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 SnapshotCopyGrant
AbstractAmazonRedshift. createSnapshotCopyGrant(CreateSnapshotCopyGrantRequest request)
SnapshotCopyGrant
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.SnapshotCopyGrant
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.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 CreateSnapshotCopyGrantRequest
CreateSnapshotCopyGrantRequest. clone()
CreateSnapshotCopyGrantRequest
CreateSnapshotCopyGrantRequest. withKmsKeyId(String kmsKeyId)
The unique identifier of the customer master key (CMK) to which to grant Amazon Redshift permission.CreateSnapshotCopyGrantRequest
CreateSnapshotCopyGrantRequest. withSnapshotCopyGrantName(String snapshotCopyGrantName)
The name of the snapshot copy grant.CreateSnapshotCopyGrantRequest
CreateSnapshotCopyGrantRequest. withTags(Tag... tags)
A list of tag instances.CreateSnapshotCopyGrantRequest
CreateSnapshotCopyGrantRequest. withTags(Collection<Tag> tags)
A list of tag instances.
-