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