@Generated(value="software.amazon.awssdk:codegen") public interface AutoScalingPlansEndpointProvider extends EndpointProvider
AutoScalingPlansEndpointParams, and resolves an Endpoint base on the given parameters.| Modifier and Type | Method and Description |
|---|---|
static AutoScalingPlansEndpointProvider |
defaultProvider() |
CompletableFuture<Endpoint> |
resolveEndpoint(AutoScalingPlansEndpointParams endpointParams)
Compute the endpoint based on the given set of parameters.
|
default CompletableFuture<Endpoint> |
resolveEndpoint(Consumer<AutoScalingPlansEndpointParams.Builder> endpointParamsConsumer)
Compute the endpoint based on the given set of parameters.
|
CompletableFuture<Endpoint> resolveEndpoint(AutoScalingPlansEndpointParams endpointParams)
default CompletableFuture<Endpoint> resolveEndpoint(Consumer<AutoScalingPlansEndpointParams.Builder> endpointParamsConsumer)
static AutoScalingPlansEndpointProvider defaultProvider()
Copyright © 2023. All rights reserved.