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