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