Uses of Class
software.amazon.awssdk.services.glue.model.DeleteIntegrationTablePropertiesRequest
-
Packages that use DeleteIntegrationTablePropertiesRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of DeleteIntegrationTablePropertiesRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type DeleteIntegrationTablePropertiesRequest Modifier and Type Method Description default CompletableFuture<DeleteIntegrationTablePropertiesResponse>GlueAsyncClient. deleteIntegrationTableProperties(DeleteIntegrationTablePropertiesRequest 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. -
Uses of DeleteIntegrationTablePropertiesRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type DeleteIntegrationTablePropertiesRequest Modifier and Type Method Description SdkHttpFullRequestDeleteIntegrationTablePropertiesRequestMarshaller. marshall(DeleteIntegrationTablePropertiesRequest deleteIntegrationTablePropertiesRequest)
-