Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.DeleteSnapshotCopyConfigurationResponse
-
Packages that use DeleteSnapshotCopyConfigurationResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless. -
-
Uses of DeleteSnapshotCopyConfigurationResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return DeleteSnapshotCopyConfigurationResponse Modifier and Type Method Description default DeleteSnapshotCopyConfigurationResponseRedshiftServerlessClient. deleteSnapshotCopyConfiguration(Consumer<DeleteSnapshotCopyConfigurationRequest.Builder> deleteSnapshotCopyConfigurationRequest)Deletes a snapshot copy configurationdefault DeleteSnapshotCopyConfigurationResponseRedshiftServerlessClient. deleteSnapshotCopyConfiguration(DeleteSnapshotCopyConfigurationRequest deleteSnapshotCopyConfigurationRequest)Deletes a snapshot copy configurationMethods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type DeleteSnapshotCopyConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteSnapshotCopyConfigurationResponse>RedshiftServerlessAsyncClient. deleteSnapshotCopyConfiguration(Consumer<DeleteSnapshotCopyConfigurationRequest.Builder> deleteSnapshotCopyConfigurationRequest)Deletes a snapshot copy configurationdefault CompletableFuture<DeleteSnapshotCopyConfigurationResponse>RedshiftServerlessAsyncClient. deleteSnapshotCopyConfiguration(DeleteSnapshotCopyConfigurationRequest deleteSnapshotCopyConfigurationRequest)Deletes a snapshot copy configuration
-