| Package | Description |
|---|---|
| com.amazonaws.services.kms | |
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AWSKMSClient.putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest)
Attaches a policy to the specified key.
|
void |
AbstractAWSKMS.putKeyPolicy(PutKeyPolicyRequest request) |
void |
AWSKMS.putKeyPolicy(PutKeyPolicyRequest putKeyPolicyRequest)
Attaches a policy to the specified key.
|
Future<Void> |
AbstractAWSKMSAsync.putKeyPolicyAsync(PutKeyPolicyRequest request) |
Future<Void> |
AWSKMSAsync.putKeyPolicyAsync(PutKeyPolicyRequest putKeyPolicyRequest)
Attaches a policy to the specified key.
|
Future<Void> |
AWSKMSAsyncClient.putKeyPolicyAsync(PutKeyPolicyRequest request) |
Future<Void> |
AbstractAWSKMSAsync.putKeyPolicyAsync(PutKeyPolicyRequest request,
AsyncHandler<PutKeyPolicyRequest,Void> asyncHandler) |
Future<Void> |
AWSKMSAsync.putKeyPolicyAsync(PutKeyPolicyRequest putKeyPolicyRequest,
AsyncHandler<PutKeyPolicyRequest,Void> asyncHandler)
Attaches a policy to the specified key.
|
Future<Void> |
AWSKMSAsyncClient.putKeyPolicyAsync(PutKeyPolicyRequest request,
AsyncHandler<PutKeyPolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AbstractAWSKMSAsync.putKeyPolicyAsync(PutKeyPolicyRequest request,
AsyncHandler<PutKeyPolicyRequest,Void> asyncHandler) |
Future<Void> |
AWSKMSAsync.putKeyPolicyAsync(PutKeyPolicyRequest putKeyPolicyRequest,
AsyncHandler<PutKeyPolicyRequest,Void> asyncHandler)
Attaches a policy to the specified key.
|
Future<Void> |
AWSKMSAsyncClient.putKeyPolicyAsync(PutKeyPolicyRequest request,
AsyncHandler<PutKeyPolicyRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutKeyPolicyRequest |
PutKeyPolicyRequest.clone() |
PutKeyPolicyRequest |
PutKeyPolicyRequest.withKeyId(String keyId)
A unique identifier for the customer master key.
|
PutKeyPolicyRequest |
PutKeyPolicyRequest.withPolicy(String policy)
The policy to attach to the key.
|
PutKeyPolicyRequest |
PutKeyPolicyRequest.withPolicyName(String policyName)
Name of the policy to be attached.
|
Copyright © 2016. All rights reserved.