Uses of Class
software.amazon.awssdk.services.location.model.ListDevicePositionsResponseEntry
-
Packages that use ListDevicePositionsResponseEntry Package Description software.amazon.awssdk.services.location.model software.amazon.awssdk.services.location.paginators -
-
Uses of ListDevicePositionsResponseEntry in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type ListDevicePositionsResponseEntry Modifier and Type Method Description List<ListDevicePositionsResponseEntry>ListDevicePositionsResponse. entries()Contains details about each device's last known position.Methods in software.amazon.awssdk.services.location.model with parameters of type ListDevicePositionsResponseEntry Modifier and Type Method Description ListDevicePositionsResponse.BuilderListDevicePositionsResponse.Builder. entries(ListDevicePositionsResponseEntry... entries)Contains details about each device's last known position.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type ListDevicePositionsResponseEntry Modifier and Type Method Description ListDevicePositionsResponse.BuilderListDevicePositionsResponse.Builder. entries(Collection<ListDevicePositionsResponseEntry> entries)Contains details about each device's last known position. -
Uses of ListDevicePositionsResponseEntry in software.amazon.awssdk.services.location.paginators
Methods in software.amazon.awssdk.services.location.paginators that return types with arguments of type ListDevicePositionsResponseEntry Modifier and Type Method Description SdkIterable<ListDevicePositionsResponseEntry>ListDevicePositionsIterable. entries()Returns an iterable to iterate through the paginatedListDevicePositionsResponse.entries()member.SdkPublisher<ListDevicePositionsResponseEntry>ListDevicePositionsPublisher. entries()Returns a publisher that can be used to get a stream of data.
-