Uses of Class
software.amazon.awssdk.services.glue.model.DeleteIntegrationResponse
-
Packages that use DeleteIntegrationResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of DeleteIntegrationResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return DeleteIntegrationResponse Modifier and Type Method Description default DeleteIntegrationResponseGlueClient. deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest)Deletes the specified Zero-ETL integration.default DeleteIntegrationResponseGlueClient. deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)Deletes the specified Zero-ETL integration.Methods in software.amazon.awssdk.services.glue that return types with arguments of type DeleteIntegrationResponse Modifier and Type Method Description default CompletableFuture<DeleteIntegrationResponse>GlueAsyncClient. deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest)Deletes the specified Zero-ETL integration.default CompletableFuture<DeleteIntegrationResponse>GlueAsyncClient. deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)Deletes the specified Zero-ETL integration.
-