Uses of Class
software.amazon.awssdk.services.redshift.model.CreateSnapshotCopyGrantRequest
-
Packages that use CreateSnapshotCopyGrantRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of CreateSnapshotCopyGrantRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type CreateSnapshotCopyGrantRequest Modifier and Type Method Description 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.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. -
Uses of CreateSnapshotCopyGrantRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type CreateSnapshotCopyGrantRequest Modifier and Type Method Description SdkHttpFullRequestCreateSnapshotCopyGrantRequestMarshaller. marshall(CreateSnapshotCopyGrantRequest createSnapshotCopyGrantRequest)
-