Uses of Class
software.amazon.awssdk.services.kms.model.ConnectCustomKeyStoreResponse
Packages that use ConnectCustomKeyStoreResponse
-
Uses of ConnectCustomKeyStoreResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ConnectCustomKeyStoreResponseModifier and TypeMethodDescriptiondefault ConnectCustomKeyStoreResponseKmsClient.connectCustomKeyStore(Consumer<ConnectCustomKeyStoreRequest.Builder> connectCustomKeyStoreRequest) Connects or reconnects a custom key store to its backing key store.default ConnectCustomKeyStoreResponseKmsClient.connectCustomKeyStore(ConnectCustomKeyStoreRequest connectCustomKeyStoreRequest) Connects or reconnects a custom key store to its backing key store.Methods in software.amazon.awssdk.services.kms that return types with arguments of type ConnectCustomKeyStoreResponseModifier and TypeMethodDescriptionKmsAsyncClient.connectCustomKeyStore(Consumer<ConnectCustomKeyStoreRequest.Builder> connectCustomKeyStoreRequest) Connects or reconnects a custom key store to its backing key store.KmsAsyncClient.connectCustomKeyStore(ConnectCustomKeyStoreRequest connectCustomKeyStoreRequest) Connects or reconnects a custom key store to its backing key store.