Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "describeCodeCoveragesResponseCodeCoverage")
fun Flow<DescribeCodeCoveragesResponse>.codeCoverages(): Flow<CodeCoverage>

This paginator transforms the flow returned by describeCodeCoveragesPaginated to access the nested member CodeCoverage

Link copied to clipboard
@JvmName(name = "listBuildBatchesForProjectResponseNonEmptyString")
fun Flow<ListBuildBatchesForProjectResponse>.ids(): Flow<String>

This paginator transforms the flow returned by listBuildBatchesForProjectPaginated to access the nested member NonEmptyString

@JvmName(name = "listBuildBatchesResponseNonEmptyString")
fun Flow<ListBuildBatchesResponse>.ids(): Flow<String>

This paginator transforms the flow returned by listBuildBatchesPaginated to access the nested member NonEmptyString

@JvmName(name = "listBuildsForProjectResponseNonEmptyString")
fun Flow<ListBuildsForProjectResponse>.ids(): Flow<String>

This paginator transforms the flow returned by listBuildsForProjectPaginated to access the nested member NonEmptyString

@JvmName(name = "listBuildsResponseNonEmptyString")
fun Flow<ListBuildsResponse>.ids(): Flow<String>

This paginator transforms the flow returned by listBuildsPaginated to access the nested member NonEmptyString

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listProjectsResponseNonEmptyString")
fun Flow<ListProjectsResponse>.projects(): Flow<String>

This paginator transforms the flow returned by listProjectsPaginated to access the nested member NonEmptyString

@JvmName(name = "listSharedProjectsResponseNonEmptyString")
fun Flow<ListSharedProjectsResponse>.projects(): Flow<String>

This paginator transforms the flow returned by listSharedProjectsPaginated to access the nested member NonEmptyString

Link copied to clipboard
@JvmName(name = "listReportGroupsResponseNonEmptyString")
fun Flow<ListReportGroupsResponse>.reportGroups(): Flow<String>

This paginator transforms the flow returned by listReportGroupsPaginated to access the nested member NonEmptyString

@JvmName(name = "listSharedReportGroupsResponseNonEmptyString")
fun Flow<ListSharedReportGroupsResponse>.reportGroups(): Flow<String>

This paginator transforms the flow returned by listSharedReportGroupsPaginated to access the nested member NonEmptyString

Link copied to clipboard
@JvmName(name = "listReportsForReportGroupResponseNonEmptyString")
fun Flow<ListReportsForReportGroupResponse>.reports(): Flow<String>

This paginator transforms the flow returned by listReportsForReportGroupPaginated to access the nested member NonEmptyString

@JvmName(name = "listReportsResponseNonEmptyString")
fun Flow<ListReportsResponse>.reports(): Flow<String>

This paginator transforms the flow returned by listReportsPaginated to access the nested member NonEmptyString

Link copied to clipboard
@JvmName(name = "describeTestCasesResponseTestCase")
fun Flow<DescribeTestCasesResponse>.testCases(): Flow<TestCase>

This paginator transforms the flow returned by describeTestCasesPaginated to access the nested member TestCase