| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateGrantResponse |
KmsClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest)
Adds a grant to a KMS key.
|
default CreateGrantResponse |
KmsClient.createGrant(CreateGrantRequest createGrantRequest)
Adds a grant to a KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateGrantResponse> |
KmsAsyncClient.createGrant(Consumer<CreateGrantRequest.Builder> createGrantRequest)
Adds a grant to a KMS key.
|
default CompletableFuture<CreateGrantResponse> |
KmsAsyncClient.createGrant(CreateGrantRequest createGrantRequest)
Adds a grant to a KMS key.
|
Copyright © 2023. All rights reserved.