Interface SavingsplansEndpointProvider
- All Superinterfaces:
EndpointProvider
- All Known Implementing Classes:
DefaultSavingsplansEndpointProvider
@Generated("software.amazon.awssdk:codegen")
public interface SavingsplansEndpointProvider
extends EndpointProvider
An endpoint provider for Savingsplans. The endpoint provider takes a set of parameters using
SavingsplansEndpointParams
, and resolves an Endpoint
base on the given parameters.-
Method Summary
Modifier and TypeMethodDescriptionstatic SavingsplansEndpointProvider
default CompletableFuture
<Endpoint> resolveEndpoint
(Consumer<SavingsplansEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters.resolveEndpoint
(SavingsplansEndpointParams 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<SavingsplansEndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters. -
defaultProvider
-