Uses of Class
software.amazon.awssdk.services.redshift.model.EnableSnapshotCopyResponse
-
Packages that use EnableSnapshotCopyResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of EnableSnapshotCopyResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return EnableSnapshotCopyResponse Modifier and Type Method Description default EnableSnapshotCopyResponseRedshiftClient. enableSnapshotCopy(Consumer<EnableSnapshotCopyRequest.Builder> 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.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type EnableSnapshotCopyResponse Modifier and Type Method Description default CompletableFuture<EnableSnapshotCopyResponse>RedshiftAsyncClient. enableSnapshotCopy(Consumer<EnableSnapshotCopyRequest.Builder> enableSnapshotCopyRequest)Enables the automatic copy of snapshots from one region to another region for a specified cluster.default CompletableFuture<EnableSnapshotCopyResponse>RedshiftAsyncClient. enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)Enables the automatic copy of snapshots from one region to another region for a specified cluster.
-