Uses of Class
software.amazon.awssdk.services.glue.model.CreateIntegrationTablePropertiesResponse
-
Packages that use CreateIntegrationTablePropertiesResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of CreateIntegrationTablePropertiesResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return CreateIntegrationTablePropertiesResponse Modifier and Type Method Description default CreateIntegrationTablePropertiesResponseGlueClient. createIntegrationTableProperties(Consumer<CreateIntegrationTablePropertiesRequest.Builder> createIntegrationTablePropertiesRequest)This API is used to provide optional override properties for the the tables that need to be replicated.default CreateIntegrationTablePropertiesResponseGlueClient. createIntegrationTableProperties(CreateIntegrationTablePropertiesRequest createIntegrationTablePropertiesRequest)This API is used to provide optional override properties for the the tables that need to be replicated.Methods in software.amazon.awssdk.services.glue that return types with arguments of type CreateIntegrationTablePropertiesResponse Modifier and Type Method Description default CompletableFuture<CreateIntegrationTablePropertiesResponse>GlueAsyncClient. createIntegrationTableProperties(Consumer<CreateIntegrationTablePropertiesRequest.Builder> createIntegrationTablePropertiesRequest)This API is used to provide optional override properties for the the tables that need to be replicated.default CompletableFuture<CreateIntegrationTablePropertiesResponse>GlueAsyncClient. createIntegrationTableProperties(CreateIntegrationTablePropertiesRequest createIntegrationTablePropertiesRequest)This API is used to provide optional override properties for the the tables that need to be replicated.
-