| Package | Description |
|---|---|
| com.amazonaws.services.kms |
Synchronous and asynchronous client classes for accessing AWSKMS.
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGrantResult |
AWSKMSClient.createGrant(CreateGrantRequest createGrantRequest)
Adds a grant to a key to specify who can access the key and under
what conditions.
|
CreateGrantResult |
AWSKMS.createGrant(CreateGrantRequest createGrantRequest)
Adds a grant to a key to specify who can access the key and under
what conditions.
|
Future<CreateGrantResult> |
AWSKMSAsync.createGrantAsync(CreateGrantRequest createGrantRequest)
Adds a grant to a key to specify who can access the key and under
what conditions.
|
Future<CreateGrantResult> |
AWSKMSAsyncClient.createGrantAsync(CreateGrantRequest createGrantRequest)
Adds a grant to a key to specify who can access the key and under
what conditions.
|
Future<CreateGrantResult> |
AWSKMSAsync.createGrantAsync(CreateGrantRequest createGrantRequest,
AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler)
Adds a grant to a key to specify who can access the key and under
what conditions.
|
Future<CreateGrantResult> |
AWSKMSAsyncClient.createGrantAsync(CreateGrantRequest createGrantRequest,
AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler)
Adds a grant to a key to specify who can access the key and under
what conditions.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateGrantResult> |
AWSKMSAsync.createGrantAsync(CreateGrantRequest createGrantRequest,
AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler)
Adds a grant to a key to specify who can access the key and under
what conditions.
|
Future<CreateGrantResult> |
AWSKMSAsyncClient.createGrantAsync(CreateGrantRequest createGrantRequest,
AsyncHandler<CreateGrantRequest,CreateGrantResult> asyncHandler)
Adds a grant to a key to specify who can access the key and under
what conditions.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGrantRequest |
CreateGrantRequest.clone() |
CreateGrantRequest |
CreateGrantRequest.withConstraints(GrantConstraints constraints)
Specifies the conditions under which the actions specified by the
Operations parameter are allowed. |
CreateGrantRequest |
CreateGrantRequest.withGranteePrincipal(String granteePrincipal)
Principal given permission by the grant to use the key identified by
the
keyId parameter. |
CreateGrantRequest |
CreateGrantRequest.withGrantTokens(Collection<String> grantTokens)
List of grant tokens.
|
CreateGrantRequest |
CreateGrantRequest.withGrantTokens(String... grantTokens)
List of grant tokens.
|
CreateGrantRequest |
CreateGrantRequest.withKeyId(String keyId)
A unique key identifier for a customer master key.
|
CreateGrantRequest |
CreateGrantRequest.withOperations(Collection<String> operations)
List of operations permitted by the grant.
|
CreateGrantRequest |
CreateGrantRequest.withOperations(GrantOperation... operations)
List of operations permitted by the grant.
|
CreateGrantRequest |
CreateGrantRequest.withOperations(String... operations)
List of operations permitted by the grant.
|
CreateGrantRequest |
CreateGrantRequest.withRetiringPrincipal(String retiringPrincipal)
Principal given permission to retire the grant.
|
Copyright © 2015. All rights reserved.