| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default DisconnectCustomKeyStoreResponse |
KmsClient.disconnectCustomKeyStore(Consumer<DisconnectCustomKeyStoreRequest.Builder> disconnectCustomKeyStoreRequest)
Disconnects the custom key store
from its backing key store.
|
default DisconnectCustomKeyStoreResponse |
KmsClient.disconnectCustomKeyStore(DisconnectCustomKeyStoreRequest disconnectCustomKeyStoreRequest)
Disconnects the custom key store
from its backing key store.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.