Uses of Class
software.amazon.awssdk.services.redshift.model.CreateSnapshotCopyGrantResponse
-
Packages that use CreateSnapshotCopyGrantResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of CreateSnapshotCopyGrantResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return CreateSnapshotCopyGrantResponse Modifier and Type Method Description default CreateSnapshotCopyGrantResponseRedshiftClient. createSnapshotCopyGrant(Consumer<CreateSnapshotCopyGrantRequest.Builder> createSnapshotCopyGrantRequest)Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted symmetric key from Key Management Service (KMS) to encrypt copied snapshots in a destination region.default CreateSnapshotCopyGrantResponseRedshiftClient. createSnapshotCopyGrant(CreateSnapshotCopyGrantRequest createSnapshotCopyGrantRequest)Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted symmetric key from Key Management Service (KMS) to encrypt copied snapshots in a destination region.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type CreateSnapshotCopyGrantResponse Modifier and Type Method Description default CompletableFuture<CreateSnapshotCopyGrantResponse>RedshiftAsyncClient. createSnapshotCopyGrant(Consumer<CreateSnapshotCopyGrantRequest.Builder> createSnapshotCopyGrantRequest)Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted symmetric key from Key Management Service (KMS) to encrypt copied snapshots in a destination region.default CompletableFuture<CreateSnapshotCopyGrantResponse>RedshiftAsyncClient. createSnapshotCopyGrant(CreateSnapshotCopyGrantRequest createSnapshotCopyGrantRequest)Creates a snapshot copy grant that permits Amazon Redshift to use an encrypted symmetric key from Key Management Service (KMS) to encrypt copied snapshots in a destination region.
-