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