Package-level declarations
Inherited functions
Link copied to clipboard
fun AmpClient.listRuleGroupsNamespacesPaginated(initialRequest: ListRuleGroupsNamespacesRequest): Flow<ListRuleGroupsNamespacesResponse>
fun AmpClient.listRuleGroupsNamespacesPaginated(block: ListRuleGroupsNamespacesRequest.Builder.() -> Unit): Flow<ListRuleGroupsNamespacesResponse>
Paginate over ListRuleGroupsNamespacesResponse results.
Link copied to clipboard
fun AmpClient.listScrapersPaginated(initialRequest: ListScrapersRequest = ListScrapersRequest { }): Flow<ListScrapersResponse>
fun AmpClient.listScrapersPaginated(block: ListScrapersRequest.Builder.() -> Unit): Flow<ListScrapersResponse>
Paginate over ListScrapersResponse results.
Link copied to clipboard
fun AmpClient.listWorkspacesPaginated(initialRequest: ListWorkspacesRequest = ListWorkspacesRequest { }): Flow<ListWorkspacesResponse>
fun AmpClient.listWorkspacesPaginated(block: ListWorkspacesRequest.Builder.() -> Unit): Flow<ListWorkspacesResponse>
Paginate over ListWorkspacesResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listRuleGroupsNamespacesPaginated to access the nested member RuleGroupsNamespaceSummary
Link copied to clipboard
This paginator transforms the flow returned by listScrapersPaginated to access the nested member ScraperSummary
Link copied to clipboard
This paginator transforms the flow returned by listWorkspacesPaginated to access the nested member WorkspaceSummary