Uses of Class
software.amazon.awssdk.services.redshift.model.DisableSnapshotCopyRequest
-
Packages that use DisableSnapshotCopyRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of DisableSnapshotCopyRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type DisableSnapshotCopyRequest Modifier and Type Method Description default CompletableFuture<DisableSnapshotCopyResponse>RedshiftAsyncClient. disableSnapshotCopy(DisableSnapshotCopyRequest 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. -
Uses of DisableSnapshotCopyRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type DisableSnapshotCopyRequest Modifier and Type Method Description SdkHttpFullRequestDisableSnapshotCopyRequestMarshaller. marshall(DisableSnapshotCopyRequest disableSnapshotCopyRequest)
-