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