Uses of Class
software.amazon.awssdk.services.glue.model.CreateIntegrationResourcePropertyResponse
-
Packages that use CreateIntegrationResourcePropertyResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of CreateIntegrationResourcePropertyResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return CreateIntegrationResourcePropertyResponse Modifier and Type Method Description default CreateIntegrationResourcePropertyResponseGlueClient. createIntegrationResourceProperty(Consumer<CreateIntegrationResourcePropertyRequest.Builder> 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).Methods in software.amazon.awssdk.services.glue that return types with arguments of type CreateIntegrationResourcePropertyResponse Modifier and Type Method Description default CompletableFuture<CreateIntegrationResourcePropertyResponse>GlueAsyncClient. createIntegrationResourceProperty(Consumer<CreateIntegrationResourcePropertyRequest.Builder> createIntegrationResourcePropertyRequest)This API can be used for setting up theResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target).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).
-