Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.UpdateSnapshotCopyConfigurationResponse
-
Packages that use UpdateSnapshotCopyConfigurationResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless. -
-
Uses of UpdateSnapshotCopyConfigurationResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return UpdateSnapshotCopyConfigurationResponse Modifier and Type Method Description default UpdateSnapshotCopyConfigurationResponseRedshiftServerlessClient. updateSnapshotCopyConfiguration(Consumer<UpdateSnapshotCopyConfigurationRequest.Builder> updateSnapshotCopyConfigurationRequest)Updates a snapshot copy configuration.default UpdateSnapshotCopyConfigurationResponseRedshiftServerlessClient. updateSnapshotCopyConfiguration(UpdateSnapshotCopyConfigurationRequest updateSnapshotCopyConfigurationRequest)Updates a snapshot copy configuration.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type UpdateSnapshotCopyConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateSnapshotCopyConfigurationResponse>RedshiftServerlessAsyncClient. updateSnapshotCopyConfiguration(Consumer<UpdateSnapshotCopyConfigurationRequest.Builder> updateSnapshotCopyConfigurationRequest)Updates a snapshot copy configuration.default CompletableFuture<UpdateSnapshotCopyConfigurationResponse>RedshiftServerlessAsyncClient. updateSnapshotCopyConfiguration(UpdateSnapshotCopyConfigurationRequest updateSnapshotCopyConfigurationRequest)Updates a snapshot copy configuration.
-