Uses of Class
software.amazon.awssdk.services.glue.model.GetIntegrationResourcePropertyResponse
-
Packages that use GetIntegrationResourcePropertyResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetIntegrationResourcePropertyResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetIntegrationResourcePropertyResponse Modifier and Type Method Description default GetIntegrationResourcePropertyResponseGlueClient. getIntegrationResourceProperty(Consumer<GetIntegrationResourcePropertyRequest.Builder> getIntegrationResourcePropertyRequest)This API is used for fetching theResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target)default GetIntegrationResourcePropertyResponseGlueClient. getIntegrationResourceProperty(GetIntegrationResourcePropertyRequest getIntegrationResourcePropertyRequest)This API is used for fetching 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 GetIntegrationResourcePropertyResponse Modifier and Type Method Description default CompletableFuture<GetIntegrationResourcePropertyResponse>GlueAsyncClient. getIntegrationResourceProperty(Consumer<GetIntegrationResourcePropertyRequest.Builder> getIntegrationResourcePropertyRequest)This API is used for fetching theResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target)default CompletableFuture<GetIntegrationResourcePropertyResponse>GlueAsyncClient. getIntegrationResourceProperty(GetIntegrationResourcePropertyRequest getIntegrationResourcePropertyRequest)This API is used for fetching theResourcePropertyof the Glue connection (for the source) or Glue database ARN (for the target)
-