Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.CreateSnapshotCopyConfigurationRequest
-
Packages that use CreateSnapshotCopyConfigurationRequest Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless.software.amazon.awssdk.services.redshiftserverless.transform -
-
Uses of CreateSnapshotCopyConfigurationRequest in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless with parameters of type CreateSnapshotCopyConfigurationRequest Modifier and Type Method Description default CompletableFuture<CreateSnapshotCopyConfigurationResponse>RedshiftServerlessAsyncClient. createSnapshotCopyConfiguration(CreateSnapshotCopyConfigurationRequest 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. -
Uses of CreateSnapshotCopyConfigurationRequest in software.amazon.awssdk.services.redshiftserverless.transform
Methods in software.amazon.awssdk.services.redshiftserverless.transform with parameters of type CreateSnapshotCopyConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestCreateSnapshotCopyConfigurationRequestMarshaller. marshall(CreateSnapshotCopyConfigurationRequest createSnapshotCopyConfigurationRequest)
-