Uses of Interface
software.amazon.awssdk.services.ec2.endpoints.Ec2EndpointParams.Builder
Packages that use Ec2EndpointParams.Builder
-
Uses of Ec2EndpointParams.Builder in software.amazon.awssdk.services.ec2.endpoints
Methods in software.amazon.awssdk.services.ec2.endpoints that return Ec2EndpointParams.BuilderModifier and TypeMethodDescriptionstatic Ec2EndpointParams.BuilderEc2EndpointParams.builder()Ec2EndpointParams.toBuilder()Ec2EndpointParams.Builder.useDualStack(Boolean useDualStack) Method parameters in software.amazon.awssdk.services.ec2.endpoints with type arguments of type Ec2EndpointParams.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<Endpoint>Ec2EndpointProvider.resolveEndpoint(Consumer<Ec2EndpointParams.Builder> endpointParamsConsumer) Compute the endpoint based on the given set of parameters.