Uses of Class
software.amazon.awssdk.services.glue.model.UpdateIntegrationResourcePropertyRequest
-
Packages that use UpdateIntegrationResourcePropertyRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of UpdateIntegrationResourcePropertyRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type UpdateIntegrationResourcePropertyRequest Modifier and Type Method Description 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).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). -
Uses of UpdateIntegrationResourcePropertyRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type UpdateIntegrationResourcePropertyRequest Modifier and Type Method Description SdkHttpFullRequestUpdateIntegrationResourcePropertyRequestMarshaller. marshall(UpdateIntegrationResourcePropertyRequest updateIntegrationResourcePropertyRequest)
-