Uses of Class
software.amazon.awssdk.services.glue.model.InvalidIntegrationStateException
-
Packages that use InvalidIntegrationStateException Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of InvalidIntegrationStateException in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that throw InvalidIntegrationStateException 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.default ModifyIntegrationResponseGlueClient. modifyIntegration(Consumer<ModifyIntegrationRequest.Builder> modifyIntegrationRequest)Modifies a Zero-ETL integration in the caller's account.default ModifyIntegrationResponseGlueClient. modifyIntegration(ModifyIntegrationRequest modifyIntegrationRequest)Modifies a Zero-ETL integration in the caller's account.
-