Uses of Class
software.amazon.awssdk.services.glue.model.DeleteIntegrationTablePropertiesResponse
-
Packages that use DeleteIntegrationTablePropertiesResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of DeleteIntegrationTablePropertiesResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return DeleteIntegrationTablePropertiesResponse Modifier and Type Method Description default DeleteIntegrationTablePropertiesResponseGlueClient. deleteIntegrationTableProperties(Consumer<DeleteIntegrationTablePropertiesRequest.Builder> deleteIntegrationTablePropertiesRequest)Deletes the table properties that have been created for the tables that need to be replicated.default DeleteIntegrationTablePropertiesResponseGlueClient. deleteIntegrationTableProperties(DeleteIntegrationTablePropertiesRequest deleteIntegrationTablePropertiesRequest)Deletes the table properties that have been created for the tables that need to be replicated.Methods in software.amazon.awssdk.services.glue that return types with arguments of type DeleteIntegrationTablePropertiesResponse Modifier and Type Method Description default CompletableFuture<DeleteIntegrationTablePropertiesResponse>GlueAsyncClient. deleteIntegrationTableProperties(Consumer<DeleteIntegrationTablePropertiesRequest.Builder> deleteIntegrationTablePropertiesRequest)Deletes the table properties that have been created for the tables that need to be replicated.default CompletableFuture<DeleteIntegrationTablePropertiesResponse>GlueAsyncClient. deleteIntegrationTableProperties(DeleteIntegrationTablePropertiesRequest deleteIntegrationTablePropertiesRequest)Deletes the table properties that have been created for the tables that need to be replicated.
-