Uses of Class
software.amazon.awssdk.services.glue.model.ListIntegrationResourcePropertiesResponse
-
Packages that use ListIntegrationResourcePropertiesResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of ListIntegrationResourcePropertiesResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return ListIntegrationResourcePropertiesResponse Modifier and Type Method Description default ListIntegrationResourcePropertiesResponseGlueClient. listIntegrationResourceProperties(Consumer<ListIntegrationResourcePropertiesRequest.Builder> listIntegrationResourcePropertiesRequest)List integration resource properties for a single customer.default ListIntegrationResourcePropertiesResponseGlueClient. listIntegrationResourceProperties(ListIntegrationResourcePropertiesRequest listIntegrationResourcePropertiesRequest)List integration resource properties for a single customer.Methods in software.amazon.awssdk.services.glue that return types with arguments of type ListIntegrationResourcePropertiesResponse Modifier and Type Method Description default CompletableFuture<ListIntegrationResourcePropertiesResponse>GlueAsyncClient. listIntegrationResourceProperties(Consumer<ListIntegrationResourcePropertiesRequest.Builder> listIntegrationResourcePropertiesRequest)List integration resource properties for a single customer.default CompletableFuture<ListIntegrationResourcePropertiesResponse>GlueAsyncClient. listIntegrationResourceProperties(ListIntegrationResourcePropertiesRequest listIntegrationResourcePropertiesRequest)List integration resource properties for a single customer.
-