| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
CreateKeyResult |
AWSKMS.createKey(CreateKeyRequest createKeyRequest)
Creates a customer master key (CMK).
|
CreateKeyResult |
AWSKMSClient.createKey(CreateKeyRequest createKeyRequest)
Creates a customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
CreateKeyRequest |
CreateKeyRequest.withBypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck)
A flag to indicate whether to bypass the key policy lockout safety check.
|
CreateKeyRequest |
CreateKeyRequest.withDescription(String description)
A description of the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withKeyUsage(KeyUsageType keyUsage)
The intended use of the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withKeyUsage(String keyUsage)
The intended use of the CMK.
|
CreateKeyRequest |
CreateKeyRequest.withOrigin(OriginType origin)
The source of the CMK's key material.
|
CreateKeyRequest |
CreateKeyRequest.withOrigin(String origin)
The source of the CMK's key material.
|
CreateKeyRequest |
CreateKeyRequest.withPolicy(String policy)
The key policy to attach to the CMK.
|
Copyright © 2017. All rights reserved.