Uses of Class
software.amazon.awssdk.services.kms.model.ConnectCustomKeyStoreResponse
-
Packages that use ConnectCustomKeyStoreResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of ConnectCustomKeyStoreResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ConnectCustomKeyStoreResponse Modifier and Type Method Description default 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 ConnectCustomKeyStoreResponse Modifier and Type Method Description default CompletableFuture<ConnectCustomKeyStoreResponse>KmsAsyncClient. connectCustomKeyStore(Consumer<ConnectCustomKeyStoreRequest.Builder> connectCustomKeyStoreRequest)Connects or reconnects a custom key store to its backing key store.default CompletableFuture<ConnectCustomKeyStoreResponse>KmsAsyncClient. connectCustomKeyStore(ConnectCustomKeyStoreRequest connectCustomKeyStoreRequest)Connects or reconnects a custom key store to its backing key store.
-