Uses of Class
software.amazon.awssdk.services.redshift.model.SnapshotCopyAlreadyDisabledException
-
Packages that use SnapshotCopyAlreadyDisabledException Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of SnapshotCopyAlreadyDisabledException in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that throw SnapshotCopyAlreadyDisabledException Modifier and Type Method Description default DisableSnapshotCopyResponseRedshiftClient. disableSnapshotCopy(Consumer<DisableSnapshotCopyRequest.Builder> disableSnapshotCopyRequest)Disables the automatic copying of snapshots from one region to another region for a specified cluster.default DisableSnapshotCopyResponseRedshiftClient. disableSnapshotCopy(DisableSnapshotCopyRequest disableSnapshotCopyRequest)Disables the automatic copying of snapshots from one region to another region for a specified cluster.
-