| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
CreateGrantResult |
CreateGrantResult.clone() |
CreateGrantResult |
CreateGrantResult.withGrantId(String grantId)
Unique grant identifier.
|
CreateGrantResult |
CreateGrantResult.withGrantToken(String grantToken)
The grant token.
|
Copyright © 2015. All rights reserved.