Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listAppsResponseApp")
fun Flow<ListAppsResponse>.apps(): Flow<App>

This paginator transforms the flow returned by listAppsPaginated to access the nested member App

Link copied to clipboard
@JvmName(name = "listBranchesResponseBranch")
fun Flow<ListBranchesResponse>.branches(): Flow<Branch>

This paginator transforms the flow returned by listBranchesPaginated to access the nested member Branch

Link copied to clipboard
@JvmName(name = "listDomainAssociationsResponseDomainAssociation")
fun Flow<ListDomainAssociationsResponse>.domainAssociations(): Flow<DomainAssociation>

This paginator transforms the flow returned by listDomainAssociationsPaginated to access the nested member DomainAssociation

Link copied to clipboard
@JvmName(name = "listJobsResponseJobSummary")
fun Flow<ListJobsResponse>.jobSummaries(): Flow<JobSummary>

This paginator transforms the flow returned by listJobsPaginated to access the nested member JobSummary

Link copied to clipboard
fun AmplifyClient.listAppsPaginated(initialRequest: ListAppsRequest = ListAppsRequest { }): Flow<ListAppsResponse>

Paginate over ListAppsResponse results.