Uses of Class
software.amazon.awssdk.services.redshift.model.EnableSnapshotCopyRequest
-
Packages that use EnableSnapshotCopyRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of EnableSnapshotCopyRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type EnableSnapshotCopyRequest Modifier and Type Method Description default CompletableFuture<EnableSnapshotCopyResponse>RedshiftAsyncClient. enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)Enables the automatic copy of snapshots from one region to another region for a specified cluster.default EnableSnapshotCopyResponseRedshiftClient. enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)Enables the automatic copy of snapshots from one region to another region for a specified cluster. -
Uses of EnableSnapshotCopyRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type EnableSnapshotCopyRequest Modifier and Type Method Description SdkHttpFullRequestEnableSnapshotCopyRequestMarshaller. marshall(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
-