| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.endpoints |
| Modifier and Type | Method and Description |
|---|---|
static Ec2EndpointParams.Builder |
Ec2EndpointParams.builder() |
Ec2EndpointParams.Builder |
Ec2EndpointParams.Builder.endpoint(String endpoint) |
Ec2EndpointParams.Builder |
Ec2EndpointParams.Builder.region(Region region) |
Ec2EndpointParams.Builder |
Ec2EndpointParams.Builder.useDualStack(Boolean useDualStack) |
Ec2EndpointParams.Builder |
Ec2EndpointParams.Builder.useFips(Boolean useFIPS) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Endpoint> |
Ec2EndpointProvider.resolveEndpoint(Consumer<Ec2EndpointParams.Builder> endpointParamsConsumer)
Compute the endpoint based on the given set of parameters.
|
Copyright © 2023. All rights reserved.