Uses of Class
software.amazon.awssdk.services.glue.model.CreateIntegrationResourcePropertyRequest
-
Packages that use CreateIntegrationResourcePropertyRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of CreateIntegrationResourcePropertyRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type CreateIntegrationResourcePropertyRequest Modifier and Type Method Description default CompletableFuture<CreateIntegrationResourcePropertyResponse>GlueAsyncClient. createIntegrationResourceProperty(CreateIntegrationResourcePropertyRequest createIntegrationResourcePropertyRequest)This API can be used for setting up theResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target).default CreateIntegrationResourcePropertyResponseGlueClient. createIntegrationResourceProperty(CreateIntegrationResourcePropertyRequest createIntegrationResourcePropertyRequest)This API can be used for setting up theResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target). -
Uses of CreateIntegrationResourcePropertyRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type CreateIntegrationResourcePropertyRequest Modifier and Type Method Description SdkHttpFullRequestCreateIntegrationResourcePropertyRequestMarshaller. marshall(CreateIntegrationResourcePropertyRequest createIntegrationResourcePropertyRequest)
-