Interface BillingconductorEndpointProvider
- All Superinterfaces:
EndpointProvider
- All Known Implementing Classes:
DefaultBillingconductorEndpointProvider
@Generated("software.amazon.awssdk:codegen")
public interface BillingconductorEndpointProvider
extends EndpointProvider
An endpoint provider for Billingconductor. The endpoint provider takes a set of parameters using
BillingconductorEndpointParams
, and resolves an Endpoint
base on the given parameters.-
Method Summary
Modifier and TypeMethodDescriptiondefault CompletableFuture
<Endpoint> resolveEndpoint
(Consumer<BillingconductorEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters.resolveEndpoint
(BillingconductorEndpointParams endpointParams) Compute the endpoint based on the given set of parameters.
-
Method Details
-
resolveEndpoint
Compute the endpoint based on the given set of parameters. -
resolveEndpoint
default CompletableFuture<Endpoint> resolveEndpoint(Consumer<BillingconductorEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters. -
defaultProvider
-