Uses of Class
software.amazon.awssdk.services.kms.model.CreateCustomKeyStoreResponse
-
Packages that use CreateCustomKeyStoreResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of CreateCustomKeyStoreResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return CreateCustomKeyStoreResponse Modifier and Type Method Description default CreateCustomKeyStoreResponseKmsClient. createCustomKeyStore(Consumer<CreateCustomKeyStoreRequest.Builder> createCustomKeyStoreRequest)Creates a custom key store backed by a key store that you own and manage.default CreateCustomKeyStoreResponseKmsClient. createCustomKeyStore(CreateCustomKeyStoreRequest createCustomKeyStoreRequest)Creates a custom key store backed by a key store that you own and manage.Methods in software.amazon.awssdk.services.kms that return types with arguments of type CreateCustomKeyStoreResponse Modifier and Type Method Description default CompletableFuture<CreateCustomKeyStoreResponse>KmsAsyncClient. createCustomKeyStore(Consumer<CreateCustomKeyStoreRequest.Builder> createCustomKeyStoreRequest)Creates a custom key store backed by a key store that you own and manage.default CompletableFuture<CreateCustomKeyStoreResponse>KmsAsyncClient. createCustomKeyStore(CreateCustomKeyStoreRequest createCustomKeyStoreRequest)Creates a custom key store backed by a key store that you own and manage.
-