Package-level declarations
Inherited functions
Link copied to clipboard
This paginator transforms the flow returned by listAppsPaginated to access the nested member App
Link copied to clipboard
This paginator transforms the flow returned by listBranchesPaginated to access the nested member Branch
Link copied to clipboard
This paginator transforms the flow returned by listDomainAssociationsPaginated to access the nested member DomainAssociation
Link copied to clipboard
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>
fun AmplifyClient.listAppsPaginated(block: ListAppsRequest.Builder.() -> Unit): Flow<ListAppsResponse>
Paginate over ListAppsResponse results.
Link copied to clipboard
fun AmplifyClient.listBranchesPaginated(initialRequest: ListBranchesRequest): Flow<ListBranchesResponse>
fun AmplifyClient.listBranchesPaginated(block: ListBranchesRequest.Builder.() -> Unit): Flow<ListBranchesResponse>
Paginate over ListBranchesResponse results.
Link copied to clipboard
fun AmplifyClient.listDomainAssociationsPaginated(initialRequest: ListDomainAssociationsRequest): Flow<ListDomainAssociationsResponse>
fun AmplifyClient.listDomainAssociationsPaginated(block: ListDomainAssociationsRequest.Builder.() -> Unit): Flow<ListDomainAssociationsResponse>
Paginate over ListDomainAssociationsResponse results.
Link copied to clipboard
fun AmplifyClient.listJobsPaginated(block: ListJobsRequest.Builder.() -> Unit): Flow<ListJobsResponse>
Paginate over ListJobsResponse results.