Package | Description |
---|---|
com.amazonaws.services.kms |
|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
CreateKeyResult |
AbstractAWSKMS.createKey(CreateKeyRequest request) |
CreateKeyResult |
AWSKMSClient.createKey(CreateKeyRequest request)
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
CreateKeyResult |
AWSKMS.createKey(CreateKeyRequest createKeyRequest)
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
Future<CreateKeyResult> |
AWSKMSAsyncClient.createKeyAsync(CreateKeyRequest request) |
Future<CreateKeyResult> |
AWSKMSAsync.createKeyAsync(CreateKeyRequest createKeyRequest)
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
Future<CreateKeyResult> |
AbstractAWSKMSAsync.createKeyAsync(CreateKeyRequest request) |
Future<CreateKeyResult> |
AWSKMSAsyncClient.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
Future<CreateKeyResult> |
AWSKMSAsync.createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
Future<CreateKeyResult> |
AbstractAWSKMSAsync.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateKeyResult> |
AWSKMSAsyncClient.createKeyAsync(AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Simplified method form for invoking the CreateKey operation with an AsyncHandler.
|
Future<CreateKeyResult> |
AWSKMSAsync.createKeyAsync(AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Simplified method form for invoking the CreateKey operation with an AsyncHandler.
|
Future<CreateKeyResult> |
AbstractAWSKMSAsync.createKeyAsync(AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Simplified method form for invoking the CreateKey operation with an AsyncHandler.
|
Future<CreateKeyResult> |
AWSKMSAsyncClient.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
Future<CreateKeyResult> |
AWSKMSAsync.createKeyAsync(CreateKeyRequest createKeyRequest,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler)
Creates a unique customer managed KMS key in your Amazon
Web Services account and Region.
|
Future<CreateKeyResult> |
AbstractAWSKMSAsync.createKeyAsync(CreateKeyRequest request,
AsyncHandler<CreateKeyRequest,CreateKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateKeyRequest |
CreateKeyRequest.clone() |
CreateKeyRequest |
CreateKeyRequest.withBypassPolicyLockoutSafetyCheck(Boolean bypassPolicyLockoutSafetyCheck)
A flag to indicate whether to bypass the key policy lockout safety check.
|
CreateKeyRequest |
CreateKeyRequest.withCustomerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec)
Deprecated.
|
CreateKeyRequest |
CreateKeyRequest.withCustomerMasterKeySpec(String customerMasterKeySpec)
Deprecated.
|
CreateKeyRequest |
CreateKeyRequest.withCustomKeyStoreId(String customKeyStoreId)
Creates the KMS key in the specified custom key store
and the key material in its associated CloudHSM cluster.
|
CreateKeyRequest |
CreateKeyRequest.withDescription(String description)
A description of the KMS key.
|
CreateKeyRequest |
CreateKeyRequest.withKeySpec(KeySpec keySpec)
Specifies the type of KMS key to create.
|
CreateKeyRequest |
CreateKeyRequest.withKeySpec(String keySpec)
Specifies the type of KMS key to create.
|
CreateKeyRequest |
CreateKeyRequest.withKeyUsage(KeyUsageType keyUsage)
Determines the cryptographic
operations for which you can use the KMS key.
|
CreateKeyRequest |
CreateKeyRequest.withKeyUsage(String keyUsage)
Determines the cryptographic
operations for which you can use the KMS key.
|
CreateKeyRequest |
CreateKeyRequest.withMultiRegion(Boolean multiRegion)
Creates a multi-Region primary key that you can replicate into other Amazon Web Services Regions.
|
CreateKeyRequest |
CreateKeyRequest.withOrigin(OriginType origin)
The source of the key material for the KMS key.
|
CreateKeyRequest |
CreateKeyRequest.withOrigin(String origin)
The source of the key material for the KMS key.
|
CreateKeyRequest |
CreateKeyRequest.withPolicy(String policy)
The key policy to attach to the KMS key.
|
CreateKeyRequest |
CreateKeyRequest.withTags(Collection<Tag> tags)
Assigns one or more tags to the KMS key.
|
CreateKeyRequest |
CreateKeyRequest.withTags(Tag... tags)
Assigns one or more tags to the KMS key.
|
Copyright © 2021. All rights reserved.