Uses of Class
software.amazon.awssdk.services.kms.model.DisconnectCustomKeyStoreResponse
-
Packages that use DisconnectCustomKeyStoreResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of DisconnectCustomKeyStoreResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return DisconnectCustomKeyStoreResponse Modifier and Type Method Description default 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 DisconnectCustomKeyStoreResponse Modifier and Type Method Description default CompletableFuture<DisconnectCustomKeyStoreResponse>KmsAsyncClient. disconnectCustomKeyStore(Consumer<DisconnectCustomKeyStoreRequest.Builder> disconnectCustomKeyStoreRequest)Disconnects the custom key store from its backing key store.default CompletableFuture<DisconnectCustomKeyStoreResponse>KmsAsyncClient. disconnectCustomKeyStore(DisconnectCustomKeyStoreRequest disconnectCustomKeyStoreRequest)Disconnects the custom key store from its backing key store.
-