Uses of Class
software.amazon.awssdk.services.kms.model.CreateCustomKeyStoreResponse
Packages that use CreateCustomKeyStoreResponse
-
Uses of CreateCustomKeyStoreResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return CreateCustomKeyStoreResponseModifier and TypeMethodDescriptiondefault 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 CreateCustomKeyStoreResponseModifier and TypeMethodDescriptionKmsAsyncClient.createCustomKeyStore(Consumer<CreateCustomKeyStoreRequest.Builder> createCustomKeyStoreRequest) Creates a custom key store backed by a key store that you own and manage.KmsAsyncClient.createCustomKeyStore(CreateCustomKeyStoreRequest createCustomKeyStoreRequest) Creates a custom key store backed by a key store that you own and manage.