| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateKeyResponse |
KmsClient.createKey()
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
default CreateKeyResponse |
KmsClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
default CreateKeyResponse |
KmsClient.createKey(CreateKeyRequest createKeyRequest)
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateKeyResponse> |
KmsAsyncClient.createKey()
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
default CompletableFuture<CreateKeyResponse> |
KmsAsyncClient.createKey(Consumer<CreateKeyRequest.Builder> createKeyRequest)
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
default CompletableFuture<CreateKeyResponse> |
KmsAsyncClient.createKey(CreateKeyRequest createKeyRequest)
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
Copyright © 2023. All rights reserved.