Uses of Class
software.amazon.awssdk.services.redshift.model.DeleteIntegrationResponse
-
Packages that use DeleteIntegrationResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DeleteIntegrationResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DeleteIntegrationResponse Modifier and Type Method Description default DeleteIntegrationResponseRedshiftClient. deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest)Deletes a zero-ETL integration or S3 event integration with Amazon Redshift.default DeleteIntegrationResponseRedshiftClient. deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)Deletes a zero-ETL integration or S3 event integration with Amazon Redshift.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DeleteIntegrationResponse Modifier and Type Method Description default CompletableFuture<DeleteIntegrationResponse>RedshiftAsyncClient. deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest)Deletes a zero-ETL integration or S3 event integration with Amazon Redshift.default CompletableFuture<DeleteIntegrationResponse>RedshiftAsyncClient. deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)Deletes a zero-ETL integration or S3 event integration with Amazon Redshift.
-