Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listTrackerConsumersResponseArn")
fun Flow<ListTrackerConsumersResponse>.consumerArns(): Flow<String>

This paginator transforms the flow returned by listTrackerConsumersPaginated to access the nested member Arn

Link copied to clipboard
@JvmName(name = "getDevicePositionHistoryResponseDevicePosition")
fun Flow<GetDevicePositionHistoryResponse>.devicePositions(): Flow<DevicePosition>

This paginator transforms the flow returned by getDevicePositionHistoryPaginated to access the nested member DevicePosition

Link copied to clipboard
@JvmName(name = "listDevicePositionsResponseListDevicePositionsResponseEntry")
fun Flow<ListDevicePositionsResponse>.entries(): Flow<ListDevicePositionsResponseEntry>

This paginator transforms the flow returned by listDevicePositionsPaginated to access the nested member ListDevicePositionsResponseEntry

@JvmName(name = "listGeofenceCollectionsResponseListGeofenceCollectionsResponseEntry")
fun Flow<ListGeofenceCollectionsResponse>.entries(): Flow<ListGeofenceCollectionsResponseEntry>

This paginator transforms the flow returned by listGeofenceCollectionsPaginated to access the nested member ListGeofenceCollectionsResponseEntry

@JvmName(name = "listGeofencesResponseListGeofenceResponseEntry")
fun Flow<ListGeofencesResponse>.entries(): Flow<ListGeofenceResponseEntry>

This paginator transforms the flow returned by listGeofencesPaginated to access the nested member ListGeofenceResponseEntry

@JvmName(name = "listKeysResponseListKeysResponseEntry")
fun Flow<ListKeysResponse>.entries(): Flow<ListKeysResponseEntry>

This paginator transforms the flow returned by listKeysPaginated to access the nested member ListKeysResponseEntry

@JvmName(name = "listMapsResponseListMapsResponseEntry")
fun Flow<ListMapsResponse>.entries(): Flow<ListMapsResponseEntry>

This paginator transforms the flow returned by listMapsPaginated to access the nested member ListMapsResponseEntry

@JvmName(name = "listPlaceIndexesResponseListPlaceIndexesResponseEntry")
fun Flow<ListPlaceIndexesResponse>.entries(): Flow<ListPlaceIndexesResponseEntry>

This paginator transforms the flow returned by listPlaceIndexesPaginated to access the nested member ListPlaceIndexesResponseEntry

@JvmName(name = "listRouteCalculatorsResponseListRouteCalculatorsResponseEntry")
fun Flow<ListRouteCalculatorsResponse>.entries(): Flow<ListRouteCalculatorsResponseEntry>

This paginator transforms the flow returned by listRouteCalculatorsPaginated to access the nested member ListRouteCalculatorsResponseEntry

@JvmName(name = "listTrackersResponseListTrackersResponseEntry")
fun Flow<ListTrackersResponse>.entries(): Flow<ListTrackersResponseEntry>

This paginator transforms the flow returned by listTrackersPaginated to access the nested member ListTrackersResponseEntry

Link copied to clipboard
@JvmName(name = "forecastGeofenceEventsResponseForecastedEvent")
fun Flow<ForecastGeofenceEventsResponse>.forecastedEvents(): Flow<ForecastedEvent>

This paginator transforms the flow returned by forecastGeofenceEventsPaginated to access the nested member ForecastedEvent

Link copied to clipboard
fun LocationClient.listKeysPaginated(initialRequest: ListKeysRequest = ListKeysRequest { }): Flow<ListKeysResponse>

Paginate over ListKeysResponse results.

Link copied to clipboard
fun LocationClient.listMapsPaginated(initialRequest: ListMapsRequest = ListMapsRequest { }): Flow<ListMapsResponse>

Paginate over ListMapsResponse results.

Link copied to clipboard