Package-level declarations
Inherited functions
Link copied to clipboard
fun Flow<ListAppAuthorizationsResponse>.appAuthorizationSummaryList(): Flow<AppAuthorizationSummary>
This paginator transforms the flow returned by listAppAuthorizationsPaginated to access the nested member AppAuthorizationSummary
Link copied to clipboard
This paginator transforms the flow returned by listAppBundlesPaginated to access the nested member AppBundleSummary
Link copied to clipboard
fun Flow<ListIngestionDestinationsResponse>.ingestionDestinations(): Flow<IngestionDestinationSummary>
This paginator transforms the flow returned by listIngestionDestinationsPaginated to access the nested member IngestionDestinationSummary
Link copied to clipboard
This paginator transforms the flow returned by listIngestionsPaginated to access the nested member IngestionSummary
Link copied to clipboard
fun AppFabricClient.listAppAuthorizationsPaginated(initialRequest: ListAppAuthorizationsRequest): Flow<ListAppAuthorizationsResponse>
fun AppFabricClient.listAppAuthorizationsPaginated(block: ListAppAuthorizationsRequest.Builder.() -> Unit): Flow<ListAppAuthorizationsResponse>
Paginate over ListAppAuthorizationsResponse results.
Link copied to clipboard
fun AppFabricClient.listAppBundlesPaginated(initialRequest: ListAppBundlesRequest = ListAppBundlesRequest { }): Flow<ListAppBundlesResponse>
fun AppFabricClient.listAppBundlesPaginated(block: ListAppBundlesRequest.Builder.() -> Unit): Flow<ListAppBundlesResponse>
Paginate over ListAppBundlesResponse results.
Link copied to clipboard
fun AppFabricClient.listIngestionDestinationsPaginated(initialRequest: ListIngestionDestinationsRequest): Flow<ListIngestionDestinationsResponse>
fun AppFabricClient.listIngestionDestinationsPaginated(block: ListIngestionDestinationsRequest.Builder.() -> Unit): Flow<ListIngestionDestinationsResponse>
Paginate over ListIngestionDestinationsResponse results.
Link copied to clipboard
fun AppFabricClient.listIngestionsPaginated(initialRequest: ListIngestionsRequest): Flow<ListIngestionsResponse>
fun AppFabricClient.listIngestionsPaginated(block: ListIngestionsRequest.Builder.() -> Unit): Flow<ListIngestionsResponse>
Paginate over ListIngestionsResponse results.