Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "listCollectionsResponseCollectionId")
fun Flow<ListCollectionsResponse>.collectionIds(): Flow<String>

This paginator transforms the flow returned by listCollectionsPaginated to access the nested member CollectionId

Link copied to clipboard
@JvmName(name = "listDatasetEntriesResponseDatasetEntry")
fun Flow<ListDatasetEntriesResponse>.datasetEntries(): Flow<String>

This paginator transforms the flow returned by listDatasetEntriesPaginated to access the nested member DatasetEntry

Link copied to clipboard
@JvmName(name = "listDatasetLabelsResponseDatasetLabelDescription")
fun Flow<ListDatasetLabelsResponse>.datasetLabelDescriptions(): Flow<DatasetLabelDescription>

This paginator transforms the flow returned by listDatasetLabelsPaginated to access the nested member DatasetLabelDescription

Link copied to clipboard
@JvmName(name = "listFacesResponseFace")
fun Flow<ListFacesResponse>.faces(): Flow<Face>

This paginator transforms the flow returned by listFacesPaginated to access the nested member Face

Link copied to clipboard
@JvmName(name = "describeProjectsResponseProjectDescription")
fun Flow<DescribeProjectsResponse>.projectDescriptions(): Flow<ProjectDescription>

This paginator transforms the flow returned by describeProjectsPaginated to access the nested member ProjectDescription

Link copied to clipboard
@JvmName(name = "listProjectPoliciesResponseProjectPolicy")
fun Flow<ListProjectPoliciesResponse>.projectPolicies(): Flow<ProjectPolicy>

This paginator transforms the flow returned by listProjectPoliciesPaginated to access the nested member ProjectPolicy

Link copied to clipboard
@JvmName(name = "describeProjectVersionsResponseProjectVersionDescription")
fun Flow<DescribeProjectVersionsResponse>.projectVersionDescriptions(): Flow<ProjectVersionDescription>

This paginator transforms the flow returned by describeProjectVersionsPaginated to access the nested member ProjectVersionDescription

Link copied to clipboard
@JvmName(name = "listUsersResponseUser")
fun Flow<ListUsersResponse>.users(): Flow<User>

This paginator transforms the flow returned by listUsersPaginated to access the nested member User