Uses of Class
software.amazon.awssdk.services.kms.model.ConnectCustomKeyStoreRequest
-
Packages that use ConnectCustomKeyStoreRequest Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.transform -
-
Uses of ConnectCustomKeyStoreRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type ConnectCustomKeyStoreRequest Modifier and Type Method Description default CompletableFuture<ConnectCustomKeyStoreResponse>KmsAsyncClient. connectCustomKeyStore(ConnectCustomKeyStoreRequest 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. -
Uses of ConnectCustomKeyStoreRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type ConnectCustomKeyStoreRequest Modifier and Type Method Description SdkHttpFullRequestConnectCustomKeyStoreRequestMarshaller. marshall(ConnectCustomKeyStoreRequest connectCustomKeyStoreRequest)
-