Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.CreateSnapshotCopyConfigurationResponse
-
Packages that use CreateSnapshotCopyConfigurationResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless. -
-
Uses of CreateSnapshotCopyConfigurationResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return CreateSnapshotCopyConfigurationResponse Modifier and Type Method Description default CreateSnapshotCopyConfigurationResponseRedshiftServerlessClient. createSnapshotCopyConfiguration(Consumer<CreateSnapshotCopyConfigurationRequest.Builder> createSnapshotCopyConfigurationRequest)Creates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region.default CreateSnapshotCopyConfigurationResponseRedshiftServerlessClient. createSnapshotCopyConfiguration(CreateSnapshotCopyConfigurationRequest createSnapshotCopyConfigurationRequest)Creates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type CreateSnapshotCopyConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateSnapshotCopyConfigurationResponse>RedshiftServerlessAsyncClient. createSnapshotCopyConfiguration(Consumer<CreateSnapshotCopyConfigurationRequest.Builder> createSnapshotCopyConfigurationRequest)Creates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region.default CompletableFuture<CreateSnapshotCopyConfigurationResponse>RedshiftServerlessAsyncClient. createSnapshotCopyConfiguration(CreateSnapshotCopyConfigurationRequest createSnapshotCopyConfigurationRequest)Creates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region.
-