Uses of Class
software.amazon.awssdk.services.glue.model.ListEntitiesRequest
-
Packages that use ListEntitiesRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators software.amazon.awssdk.services.glue.transform -
-
Uses of ListEntitiesRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type ListEntitiesRequest Modifier and Type Method Description default CompletableFuture<ListEntitiesResponse>GlueAsyncClient. listEntities(ListEntitiesRequest listEntitiesRequest)Returns the available entities supported by the connection type.default ListEntitiesResponseGlueClient. listEntities(ListEntitiesRequest listEntitiesRequest)Returns the available entities supported by the connection type.default ListEntitiesPublisherGlueAsyncClient. listEntitiesPaginator(ListEntitiesRequest listEntitiesRequest)This is a variant ofGlueAsyncClient.listEntities(software.amazon.awssdk.services.glue.model.ListEntitiesRequest)operation.default ListEntitiesIterableGlueClient. listEntitiesPaginator(ListEntitiesRequest listEntitiesRequest)This is a variant ofGlueClient.listEntities(software.amazon.awssdk.services.glue.model.ListEntitiesRequest)operation. -
Uses of ListEntitiesRequest in software.amazon.awssdk.services.glue.paginators
Constructors in software.amazon.awssdk.services.glue.paginators with parameters of type ListEntitiesRequest Constructor Description ListEntitiesIterable(GlueClient client, ListEntitiesRequest firstRequest)ListEntitiesPublisher(GlueAsyncClient client, ListEntitiesRequest firstRequest) -
Uses of ListEntitiesRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type ListEntitiesRequest Modifier and Type Method Description SdkHttpFullRequestListEntitiesRequestMarshaller. marshall(ListEntitiesRequest listEntitiesRequest)
-