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