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