Uses of Interface
software.amazon.awssdk.services.redshift.model.DisableSnapshotCopyRequest.Builder
-
Packages that use DisableSnapshotCopyRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of DisableSnapshotCopyRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type DisableSnapshotCopyRequest.Builder 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 DisableSnapshotCopyResponseRedshiftClient. disableSnapshotCopy(Consumer<DisableSnapshotCopyRequest.Builder> disableSnapshotCopyRequest)Disables the automatic copying of snapshots from one region to another region for a specified cluster. -
Uses of DisableSnapshotCopyRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return DisableSnapshotCopyRequest.Builder Modifier and Type Method Description static DisableSnapshotCopyRequest.BuilderDisableSnapshotCopyRequest. builder()DisableSnapshotCopyRequest.BuilderDisableSnapshotCopyRequest.Builder. clusterIdentifier(String clusterIdentifier)The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.DisableSnapshotCopyRequest.BuilderDisableSnapshotCopyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisableSnapshotCopyRequest.BuilderDisableSnapshotCopyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisableSnapshotCopyRequest.BuilderDisableSnapshotCopyRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type DisableSnapshotCopyRequest.Builder Modifier and Type Method Description static Class<? extends DisableSnapshotCopyRequest.Builder>DisableSnapshotCopyRequest. serializableBuilderClass()
-