Uses of Class
software.amazon.awssdk.services.redshift.model.ModifySnapshotCopyRetentionPeriodResponse
-
Packages that use ModifySnapshotCopyRetentionPeriodResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of ModifySnapshotCopyRetentionPeriodResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return ModifySnapshotCopyRetentionPeriodResponse Modifier and Type Method Description default ModifySnapshotCopyRetentionPeriodResponseRedshiftClient. modifySnapshotCopyRetentionPeriod(Consumer<ModifySnapshotCopyRetentionPeriodRequest.Builder> modifySnapshotCopyRetentionPeriodRequest)Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are copied from the source Amazon Web Services Region.default ModifySnapshotCopyRetentionPeriodResponseRedshiftClient. modifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest modifySnapshotCopyRetentionPeriodRequest)Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are copied from the source Amazon Web Services Region.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type ModifySnapshotCopyRetentionPeriodResponse Modifier and Type Method Description default CompletableFuture<ModifySnapshotCopyRetentionPeriodResponse>RedshiftAsyncClient. modifySnapshotCopyRetentionPeriod(Consumer<ModifySnapshotCopyRetentionPeriodRequest.Builder> modifySnapshotCopyRetentionPeriodRequest)Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are copied from the source Amazon Web Services Region.default CompletableFuture<ModifySnapshotCopyRetentionPeriodResponse>RedshiftAsyncClient. modifySnapshotCopyRetentionPeriod(ModifySnapshotCopyRetentionPeriodRequest modifySnapshotCopyRetentionPeriodRequest)Modifies the number of days to retain snapshots in the destination Amazon Web Services Region after they are copied from the source Amazon Web Services Region.
-