Uses of Class
com.amazonaws.services.redshift.model.CreateSnapshotCopyGrantRequest
Packages that use CreateSnapshotCopyGrantRequest
-
Uses of CreateSnapshotCopyGrantRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type CreateSnapshotCopyGrantRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.createSnapshotCopyGrant
(CreateSnapshotCopyGrantRequest request) AmazonRedshift.createSnapshotCopyGrant
(CreateSnapshotCopyGrantRequest createSnapshotCopyGrantRequest) Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key (CMK) from AWS Key Management Service (AWS KMS) to encrypt copied snapshots in a destination region.AmazonRedshiftClient.createSnapshotCopyGrant
(CreateSnapshotCopyGrantRequest createSnapshotCopyGrantRequest) Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key (CMK) from AWS Key Management Service (AWS KMS) to encrypt copied snapshots in a destination region.AbstractAmazonRedshiftAsync.createSnapshotCopyGrantAsync
(CreateSnapshotCopyGrantRequest request) AbstractAmazonRedshiftAsync.createSnapshotCopyGrantAsync
(CreateSnapshotCopyGrantRequest request, AsyncHandler<CreateSnapshotCopyGrantRequest, SnapshotCopyGrant> asyncHandler) AmazonRedshiftAsync.createSnapshotCopyGrantAsync
(CreateSnapshotCopyGrantRequest createSnapshotCopyGrantRequest) Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key (CMK) from AWS Key Management Service (AWS KMS) to encrypt copied snapshots in a destination region.AmazonRedshiftAsync.createSnapshotCopyGrantAsync
(CreateSnapshotCopyGrantRequest createSnapshotCopyGrantRequest, AsyncHandler<CreateSnapshotCopyGrantRequest, SnapshotCopyGrant> asyncHandler) Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key (CMK) from AWS Key Management Service (AWS KMS) to encrypt copied snapshots in a destination region.AmazonRedshiftAsyncClient.createSnapshotCopyGrantAsync
(CreateSnapshotCopyGrantRequest request) AmazonRedshiftAsyncClient.createSnapshotCopyGrantAsync
(CreateSnapshotCopyGrantRequest request, AsyncHandler<CreateSnapshotCopyGrantRequest, SnapshotCopyGrant> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type CreateSnapshotCopyGrantRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createSnapshotCopyGrantAsync
(CreateSnapshotCopyGrantRequest request, AsyncHandler<CreateSnapshotCopyGrantRequest, SnapshotCopyGrant> asyncHandler) AmazonRedshiftAsync.createSnapshotCopyGrantAsync
(CreateSnapshotCopyGrantRequest createSnapshotCopyGrantRequest, AsyncHandler<CreateSnapshotCopyGrantRequest, SnapshotCopyGrant> asyncHandler) Creates a snapshot copy grant that permits Amazon Redshift to use a customer master key (CMK) from AWS Key Management Service (AWS KMS) to encrypt copied snapshots in a destination region.AmazonRedshiftAsyncClient.createSnapshotCopyGrantAsync
(CreateSnapshotCopyGrantRequest request, AsyncHandler<CreateSnapshotCopyGrantRequest, SnapshotCopyGrant> asyncHandler) -
Uses of CreateSnapshotCopyGrantRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return CreateSnapshotCopyGrantRequestModifier and TypeMethodDescriptionCreateSnapshotCopyGrantRequest.clone()
CreateSnapshotCopyGrantRequest.withKmsKeyId
(String kmsKeyId) The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission.CreateSnapshotCopyGrantRequest.withSnapshotCopyGrantName
(String snapshotCopyGrantName) The name of the snapshot copy grant.A list of tag instances.CreateSnapshotCopyGrantRequest.withTags
(Collection<Tag> tags) A list of tag instances.