Uses of Class
software.amazon.awssdk.services.kms.endpoints.KmsEndpointParams
-
Packages that use KmsEndpointParams Package Description software.amazon.awssdk.services.kms.endpoints software.amazon.awssdk.services.kms.endpoints.internal -
-
Uses of KmsEndpointParams in software.amazon.awssdk.services.kms.endpoints
Methods in software.amazon.awssdk.services.kms.endpoints that return KmsEndpointParams Modifier and Type Method Description KmsEndpointParamsKmsEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.kms.endpoints with parameters of type KmsEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>KmsEndpointProvider. resolveEndpoint(KmsEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of KmsEndpointParams in software.amazon.awssdk.services.kms.endpoints.internal
Methods in software.amazon.awssdk.services.kms.endpoints.internal that return KmsEndpointParams Modifier and Type Method Description static KmsEndpointParamsKmsResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.kms.endpoints.internal with parameters of type KmsEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultKmsEndpointProvider. resolveEndpoint(KmsEndpointParams endpointParams)
-