Uses of Class
com.amazonaws.services.kms.model.CreateKeyResult
Packages that use CreateKeyResult
-
Uses of CreateKeyResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return CreateKeyResultModifier and TypeMethodDescriptionAbstractAWSKMS.createKey()
AbstractAWSKMS.createKey
(CreateKeyRequest request) AWSKMS.createKey()
Simplified method form for invoking the CreateKey operation.AWSKMS.createKey
(CreateKeyRequest createKeyRequest) Creates a customer master key (CMK).AWSKMSClient.createKey()
AWSKMSClient.createKey
(CreateKeyRequest createKeyRequest) Creates a customer master key (CMK).Methods in com.amazonaws.services.kms that return types with arguments of type CreateKeyResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.createKeyAsync()
Simplified method form for invoking the CreateKey operation.AbstractAWSKMSAsync.createKeyAsync
(AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Simplified method form for invoking the CreateKey operation with an AsyncHandler.AbstractAWSKMSAsync.createKeyAsync
(CreateKeyRequest request) AbstractAWSKMSAsync.createKeyAsync
(CreateKeyRequest request, AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) AWSKMSAsync.createKeyAsync()
Simplified method form for invoking the CreateKey operation.AWSKMSAsync.createKeyAsync
(AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Simplified method form for invoking the CreateKey operation with an AsyncHandler.AWSKMSAsync.createKeyAsync
(CreateKeyRequest createKeyRequest) Creates a customer master key (CMK).AWSKMSAsync.createKeyAsync
(CreateKeyRequest createKeyRequest, AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Creates a customer master key (CMK).AWSKMSAsyncClient.createKeyAsync()
Simplified method form for invoking the CreateKey operation.AWSKMSAsyncClient.createKeyAsync
(AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Simplified method form for invoking the CreateKey operation with an AsyncHandler.AWSKMSAsyncClient.createKeyAsync
(CreateKeyRequest request) AWSKMSAsyncClient.createKeyAsync
(CreateKeyRequest request, AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Method parameters in com.amazonaws.services.kms with type arguments of type CreateKeyResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.createKeyAsync
(AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Simplified method form for invoking the CreateKey operation with an AsyncHandler.AbstractAWSKMSAsync.createKeyAsync
(CreateKeyRequest request, AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) AWSKMSAsync.createKeyAsync
(AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Simplified method form for invoking the CreateKey operation with an AsyncHandler.AWSKMSAsync.createKeyAsync
(CreateKeyRequest createKeyRequest, AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Creates a customer master key (CMK).AWSKMSAsyncClient.createKeyAsync
(AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) Simplified method form for invoking the CreateKey operation with an AsyncHandler.AWSKMSAsyncClient.createKeyAsync
(CreateKeyRequest request, AsyncHandler<CreateKeyRequest, CreateKeyResult> asyncHandler) -
Uses of CreateKeyResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return CreateKeyResultModifier and TypeMethodDescriptionCreateKeyResult.clone()
CreateKeyResult.withKeyMetadata
(KeyMetadata keyMetadata) Metadata associated with the CMK.