Uses of Class
software.amazon.awssdk.services.glue.model.UpdateIntegrationResourcePropertyResponse
-
Packages that use UpdateIntegrationResourcePropertyResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of UpdateIntegrationResourcePropertyResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return UpdateIntegrationResourcePropertyResponse Modifier and Type Method Description default UpdateIntegrationResourcePropertyResponseGlueClient. updateIntegrationResourceProperty(Consumer<UpdateIntegrationResourcePropertyRequest.Builder> updateIntegrationResourcePropertyRequest)This API can be used for updating theResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target).default UpdateIntegrationResourcePropertyResponseGlueClient. updateIntegrationResourceProperty(UpdateIntegrationResourcePropertyRequest updateIntegrationResourcePropertyRequest)This API can be used for updating theResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target).Methods in software.amazon.awssdk.services.glue that return types with arguments of type UpdateIntegrationResourcePropertyResponse Modifier and Type Method Description default CompletableFuture<UpdateIntegrationResourcePropertyResponse>GlueAsyncClient. updateIntegrationResourceProperty(Consumer<UpdateIntegrationResourcePropertyRequest.Builder> updateIntegrationResourcePropertyRequest)This API can be used for updating theResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target).default CompletableFuture<UpdateIntegrationResourcePropertyResponse>GlueAsyncClient. updateIntegrationResourceProperty(UpdateIntegrationResourcePropertyRequest updateIntegrationResourcePropertyRequest)This API can be used for updating theResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target).
-