Uses of Class
com.amazonaws.services.redshift.model.CreateSnapshotCopyGrantRequest
-
Packages that use CreateSnapshotCopyGrantRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of CreateSnapshotCopyGrantRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type CreateSnapshotCopyGrantRequest Modifier and Type Method Description SnapshotCopyGrantAbstractAmazonRedshift. createSnapshotCopyGrant(CreateSnapshotCopyGrantRequest request)SnapshotCopyGrantAmazonRedshift. 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.SnapshotCopyGrantAmazonRedshiftClient. 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.Future<SnapshotCopyGrant>AbstractAmazonRedshiftAsync. createSnapshotCopyGrantAsync(CreateSnapshotCopyGrantRequest request)Future<SnapshotCopyGrant>AbstractAmazonRedshiftAsync. createSnapshotCopyGrantAsync(CreateSnapshotCopyGrantRequest request, AsyncHandler<CreateSnapshotCopyGrantRequest,SnapshotCopyGrant> asyncHandler)Future<SnapshotCopyGrant>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.Future<SnapshotCopyGrant>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.Future<SnapshotCopyGrant>AmazonRedshiftAsyncClient. createSnapshotCopyGrantAsync(CreateSnapshotCopyGrantRequest request)Future<SnapshotCopyGrant>AmazonRedshiftAsyncClient. createSnapshotCopyGrantAsync(CreateSnapshotCopyGrantRequest request, AsyncHandler<CreateSnapshotCopyGrantRequest,SnapshotCopyGrant> asyncHandler)Method parameters in com.amazonaws.services.redshift with type arguments of type CreateSnapshotCopyGrantRequest Modifier and Type Method Description Future<SnapshotCopyGrant>AbstractAmazonRedshiftAsync. createSnapshotCopyGrantAsync(CreateSnapshotCopyGrantRequest request, AsyncHandler<CreateSnapshotCopyGrantRequest,SnapshotCopyGrant> asyncHandler)Future<SnapshotCopyGrant>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.Future<SnapshotCopyGrant>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 CreateSnapshotCopyGrantRequest Modifier and Type Method Description CreateSnapshotCopyGrantRequestCreateSnapshotCopyGrantRequest. clone()CreateSnapshotCopyGrantRequestCreateSnapshotCopyGrantRequest. withKmsKeyId(String kmsKeyId)The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission.CreateSnapshotCopyGrantRequestCreateSnapshotCopyGrantRequest. withSnapshotCopyGrantName(String snapshotCopyGrantName)The name of the snapshot copy grant.CreateSnapshotCopyGrantRequestCreateSnapshotCopyGrantRequest. withTags(Tag... tags)A list of tag instances.CreateSnapshotCopyGrantRequestCreateSnapshotCopyGrantRequest. withTags(Collection<Tag> tags)A list of tag instances.
-