Uses of Class
software.amazon.awssdk.services.glue.model.UpdateIntegrationTablePropertiesResponse
-
Packages that use UpdateIntegrationTablePropertiesResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of UpdateIntegrationTablePropertiesResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return UpdateIntegrationTablePropertiesResponse Modifier and Type Method Description default UpdateIntegrationTablePropertiesResponseGlueClient. updateIntegrationTableProperties(Consumer<UpdateIntegrationTablePropertiesRequest.Builder> 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.Methods in software.amazon.awssdk.services.glue that return types with arguments of type UpdateIntegrationTablePropertiesResponse Modifier and Type Method Description default CompletableFuture<UpdateIntegrationTablePropertiesResponse>GlueAsyncClient. updateIntegrationTableProperties(Consumer<UpdateIntegrationTablePropertiesRequest.Builder> updateIntegrationTablePropertiesRequest)This API is used to provide optional override properties for the tables that need to be replicated.default CompletableFuture<UpdateIntegrationTablePropertiesResponse>GlueAsyncClient. updateIntegrationTableProperties(UpdateIntegrationTablePropertiesRequest updateIntegrationTablePropertiesRequest)This API is used to provide optional override properties for the tables that need to be replicated.
-