Package-level declarations

Inherited functions

Link copied to clipboard
fun XRayClient.getGroupsPaginated(initialRequest: GetGroupsRequest = GetGroupsRequest { }): Flow<GetGroupsResponse>

Paginate over GetGroupsResponse results.

Link copied to clipboard
@JvmName(name = "getGroupsResponseGroupSummary")
fun Flow<GetGroupsResponse>.groups(): Flow<GroupSummary>

This paginator transforms the flow returned by getGroupsPaginated to access the nested member GroupSummary

Link copied to clipboard
@JvmName(name = "listResourcePoliciesResponseResourcePolicy")
fun Flow<ListResourcePoliciesResponse>.resourcePolicies(): Flow<ResourcePolicy>

This paginator transforms the flow returned by listResourcePoliciesPaginated to access the nested member ResourcePolicy

Link copied to clipboard
@JvmName(name = "getSamplingRulesResponseSamplingRuleRecord")
fun Flow<GetSamplingRulesResponse>.samplingRuleRecords(): Flow<SamplingRuleRecord>

This paginator transforms the flow returned by getSamplingRulesPaginated to access the nested member SamplingRuleRecord

Link copied to clipboard
@JvmName(name = "getSamplingStatisticSummariesResponseSamplingStatisticSummary")
fun Flow<GetSamplingStatisticSummariesResponse>.samplingStatisticSummaries(): Flow<SamplingStatisticSummary>

This paginator transforms the flow returned by getSamplingStatisticSummariesPaginated to access the nested member SamplingStatisticSummary

Link copied to clipboard
@JvmName(name = "getServiceGraphResponseService")
fun Flow<GetServiceGraphResponse>.services(): Flow<Service>

This paginator transforms the flow returned by getServiceGraphPaginated to access the nested member Service

@JvmName(name = "getTraceGraphResponseService")
fun Flow<GetTraceGraphResponse>.services(): Flow<Service>

This paginator transforms the flow returned by getTraceGraphPaginated to access the nested member Service

Link copied to clipboard
@JvmName(name = "listTagsForResourceResponseTag")
fun Flow<ListTagsForResourceResponse>.tags(): Flow<Tag>

This paginator transforms the flow returned by listTagsForResourcePaginated to access the nested member Tag

Link copied to clipboard
@JvmName(name = "getTimeSeriesServiceStatisticsResponseTimeSeriesServiceStatistics")
fun Flow<GetTimeSeriesServiceStatisticsResponse>.timeSeriesServiceStatistics(): Flow<TimeSeriesServiceStatistics>

This paginator transforms the flow returned by getTimeSeriesServiceStatisticsPaginated to access the nested member TimeSeriesServiceStatistics

Link copied to clipboard
@JvmName(name = "batchGetTracesResponseTrace")
fun Flow<BatchGetTracesResponse>.traces(): Flow<Trace>

This paginator transforms the flow returned by batchGetTracesPaginated to access the nested member Trace

Link copied to clipboard
@JvmName(name = "getTraceSummariesResponseTraceSummary")
fun Flow<GetTraceSummariesResponse>.traceSummaries(): Flow<TraceSummary>

This paginator transforms the flow returned by getTraceSummariesPaginated to access the nested member TraceSummary