Uses of Class
software.amazon.awssdk.services.kms.model.DisconnectCustomKeyStoreResponse
Packages that use DisconnectCustomKeyStoreResponse
-
Uses of DisconnectCustomKeyStoreResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return DisconnectCustomKeyStoreResponseModifier and TypeMethodDescriptiondefault DisconnectCustomKeyStoreResponseKmsClient.disconnectCustomKeyStore(Consumer<DisconnectCustomKeyStoreRequest.Builder> disconnectCustomKeyStoreRequest) Disconnects the custom key store from its backing key store.default DisconnectCustomKeyStoreResponseKmsClient.disconnectCustomKeyStore(DisconnectCustomKeyStoreRequest disconnectCustomKeyStoreRequest) Disconnects the custom key store from its backing key store.Methods in software.amazon.awssdk.services.kms that return types with arguments of type DisconnectCustomKeyStoreResponseModifier and TypeMethodDescriptionKmsAsyncClient.disconnectCustomKeyStore(Consumer<DisconnectCustomKeyStoreRequest.Builder> disconnectCustomKeyStoreRequest) Disconnects the custom key store from its backing key store.KmsAsyncClient.disconnectCustomKeyStore(DisconnectCustomKeyStoreRequest disconnectCustomKeyStoreRequest) Disconnects the custom key store from its backing key store.