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 CreateKeyResultAbstractAWSKMS. createKey()CreateKeyResultAbstractAWSKMS. createKey(CreateKeyRequest request)CreateKeyResultAWSKMS. createKey()Simplified method form for invoking the CreateKey operation.CreateKeyResultAWSKMS. createKey(CreateKeyRequest createKeyRequest)Creates a customer master key (CMK).CreateKeyResultAWSKMSClient. createKey()CreateKeyResultAWSKMSClient. 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 CreateKeyResultCreateKeyResult. clone()CreateKeyResultCreateKeyResult. withKeyMetadata(KeyMetadata keyMetadata)Metadata associated with the CMK.
-