Uses of Class
software.amazon.awssdk.services.glue.model.GetIntegrationTablePropertiesResponse
-
Packages that use GetIntegrationTablePropertiesResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetIntegrationTablePropertiesResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetIntegrationTablePropertiesResponse Modifier and Type Method Description default GetIntegrationTablePropertiesResponseGlueClient. getIntegrationTableProperties(Consumer<GetIntegrationTablePropertiesRequest.Builder> getIntegrationTablePropertiesRequest)This API is used to retrieve optional override properties for the tables that need to be replicated.default GetIntegrationTablePropertiesResponseGlueClient. getIntegrationTableProperties(GetIntegrationTablePropertiesRequest getIntegrationTablePropertiesRequest)This API is used to retrieve 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 GetIntegrationTablePropertiesResponse Modifier and Type Method Description default CompletableFuture<GetIntegrationTablePropertiesResponse>GlueAsyncClient. getIntegrationTableProperties(Consumer<GetIntegrationTablePropertiesRequest.Builder> getIntegrationTablePropertiesRequest)This API is used to retrieve optional override properties for the tables that need to be replicated.default CompletableFuture<GetIntegrationTablePropertiesResponse>GlueAsyncClient. getIntegrationTableProperties(GetIntegrationTablePropertiesRequest getIntegrationTablePropertiesRequest)This API is used to retrieve optional override properties for the tables that need to be replicated.
-