Uses of Interface
software.amazon.awssdk.services.autoscalingplans.endpoints.AutoScalingPlansEndpointParams.Builder
-
Packages that use AutoScalingPlansEndpointParams.Builder Package Description software.amazon.awssdk.services.autoscalingplans.endpoints -
-
Uses of AutoScalingPlansEndpointParams.Builder in software.amazon.awssdk.services.autoscalingplans.endpoints
Methods in software.amazon.awssdk.services.autoscalingplans.endpoints that return AutoScalingPlansEndpointParams.Builder Modifier and Type Method Description static AutoScalingPlansEndpointParams.BuilderAutoScalingPlansEndpointParams. builder()AutoScalingPlansEndpointParams.BuilderAutoScalingPlansEndpointParams.Builder. endpoint(String endpoint)AutoScalingPlansEndpointParams.BuilderAutoScalingPlansEndpointParams.Builder. region(Region region)AutoScalingPlansEndpointParams.BuilderAutoScalingPlansEndpointParams. toBuilder()AutoScalingPlansEndpointParams.BuilderAutoScalingPlansEndpointParams.Builder. useDualStack(Boolean useDualStack)AutoScalingPlansEndpointParams.BuilderAutoScalingPlansEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.autoscalingplans.endpoints with type arguments of type AutoScalingPlansEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>AutoScalingPlansEndpointProvider. resolveEndpoint(Consumer<AutoScalingPlansEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-