Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listAgentsResponseAgentListEntry")
fun Flow<ListAgentsResponse>.agents(): Flow<AgentListEntry>

This paginator transforms the flow returned by listAgentsPaginated to access the nested member AgentListEntry

Link copied to clipboard
Link copied to clipboard
fun DataSyncClient.listTasksPaginated(initialRequest: ListTasksRequest = ListTasksRequest { }): Flow<ListTasksResponse>

Paginate over ListTasksResponse results.

Link copied to clipboard
@JvmName(name = "listLocationsResponseLocationListEntry")
fun Flow<ListLocationsResponse>.locations(): Flow<LocationListEntry>

This paginator transforms the flow returned by listLocationsPaginated to access the nested member LocationListEntry

Link copied to clipboard
@JvmName(name = "listTagsForResourceResponseTagListEntry")
fun Flow<ListTagsForResourceResponse>.tags(): Flow<TagListEntry>

This paginator transforms the flow returned by listTagsForResourcePaginated to access the nested member TagListEntry

Link copied to clipboard
@JvmName(name = "listTaskExecutionsResponseTaskExecutionListEntry")
fun Flow<ListTaskExecutionsResponse>.taskExecutions(): Flow<TaskExecutionListEntry>

This paginator transforms the flow returned by listTaskExecutionsPaginated to access the nested member TaskExecutionListEntry

Link copied to clipboard
@JvmName(name = "listTasksResponseTaskListEntry")
fun Flow<ListTasksResponse>.tasks(): Flow<TaskListEntry>

This paginator transforms the flow returned by listTasksPaginated to access the nested member TaskListEntry