Uses of Class
software.amazon.awssdk.services.rds.model.DeleteIntegrationResponse
-
Packages that use DeleteIntegrationResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of DeleteIntegrationResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DeleteIntegrationResponse Modifier and Type Method Description default DeleteIntegrationResponse
RdsClient. deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest)
Deletes a zero-ETL integration with Amazon Redshift.default DeleteIntegrationResponse
RdsClient. deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)
Deletes a zero-ETL integration with Amazon Redshift.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DeleteIntegrationResponse Modifier and Type Method Description default CompletableFuture<DeleteIntegrationResponse>
RdsAsyncClient. deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest)
Deletes a zero-ETL integration with Amazon Redshift.default CompletableFuture<DeleteIntegrationResponse>
RdsAsyncClient. deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)
Deletes a zero-ETL integration with Amazon Redshift.
-