| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateGrantResult> |
AWSKMSAsyncClient.createGrantAsync(CreateGrantRequest request,
AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler) |
Future<CreateGrantResult> |
AWSKMSAsync.createGrantAsync(CreateGrantRequest createGrantRequest,
AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler)
Adds a grant to a KMS key.
|
Future<CreateGrantResult> |
AbstractAWSKMSAsync.createGrantAsync(CreateGrantRequest request,
AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateGrantRequest |
CreateGrantRequest.clone() |
CreateGrantRequest |
CreateGrantRequest.withConstraints(GrantConstraints constraints)
Specifies a grant constraint.
|
CreateGrantRequest |
CreateGrantRequest.withDryRun(Boolean dryRun)
Checks if your request will succeed.
|
CreateGrantRequest |
CreateGrantRequest.withGranteePrincipal(String granteePrincipal)
The identity that gets the permissions specified in the grant.
|
CreateGrantRequest |
CreateGrantRequest.withGrantTokens(Collection<String> grantTokens)
A list of grant tokens.
|
CreateGrantRequest |
CreateGrantRequest.withGrantTokens(String... grantTokens)
A list of grant tokens.
|
CreateGrantRequest |
CreateGrantRequest.withKeyId(String keyId)
Identifies the KMS key for the grant.
|
CreateGrantRequest |
CreateGrantRequest.withName(String name)
A friendly name for the grant.
|
CreateGrantRequest |
CreateGrantRequest.withOperations(Collection<String> operations)
A list of operations that the grant permits.
|
CreateGrantRequest |
CreateGrantRequest.withOperations(GrantOperation... operations)
A list of operations that the grant permits.
|
CreateGrantRequest |
CreateGrantRequest.withOperations(String... operations)
A list of operations that the grant permits.
|
CreateGrantRequest |
CreateGrantRequest.withRetiringPrincipal(String retiringPrincipal)
The principal that has permission to use the RetireGrant operation to retire the grant.
|
Copyright © 2025. All rights reserved.