Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.GetEntitiesResponse
-
Packages that use GetEntitiesResponse Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph -
-
Uses of GetEntitiesResponse in software.amazon.awssdk.services.iotthingsgraph
Methods in software.amazon.awssdk.services.iotthingsgraph that return GetEntitiesResponse Modifier and Type Method Description default GetEntitiesResponseIoTThingsGraphClient. getEntities(Consumer<GetEntitiesRequest.Builder> getEntitiesRequest)Deprecated.since: 2022-08-30default GetEntitiesResponseIoTThingsGraphClient. getEntities(GetEntitiesRequest getEntitiesRequest)Deprecated.since: 2022-08-30Methods in software.amazon.awssdk.services.iotthingsgraph that return types with arguments of type GetEntitiesResponse Modifier and Type Method Description default CompletableFuture<GetEntitiesResponse>IoTThingsGraphAsyncClient. getEntities(Consumer<GetEntitiesRequest.Builder> getEntitiesRequest)Deprecated.since: 2022-08-30default CompletableFuture<GetEntitiesResponse>IoTThingsGraphAsyncClient. getEntities(GetEntitiesRequest getEntitiesRequest)Deprecated.since: 2022-08-30
-