Uses of Class
software.amazon.awssdk.services.glue.model.UpdateIntegrationTablePropertiesRequest
-
Packages that use UpdateIntegrationTablePropertiesRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of UpdateIntegrationTablePropertiesRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type UpdateIntegrationTablePropertiesRequest Modifier and Type Method Description default CompletableFuture<UpdateIntegrationTablePropertiesResponse>GlueAsyncClient. updateIntegrationTableProperties(UpdateIntegrationTablePropertiesRequest updateIntegrationTablePropertiesRequest)This API is used to provide optional override properties for the tables that need to be replicated.default UpdateIntegrationTablePropertiesResponseGlueClient. updateIntegrationTableProperties(UpdateIntegrationTablePropertiesRequest updateIntegrationTablePropertiesRequest)This API is used to provide optional override properties for the tables that need to be replicated. -
Uses of UpdateIntegrationTablePropertiesRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type UpdateIntegrationTablePropertiesRequest Modifier and Type Method Description SdkHttpFullRequestUpdateIntegrationTablePropertiesRequestMarshaller. marshall(UpdateIntegrationTablePropertiesRequest updateIntegrationTablePropertiesRequest)
-