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