Package-level declarations

Functions

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

This paginator transforms the flow returned by queryObjectsPaginated to access the nested member Id

Link copied to clipboard
@JvmName(name = "listPipelinesResponsePipelineIdName")
fun Flow<ListPipelinesResponse>.pipelineIdList(): Flow<PipelineIdName>

This paginator transforms the flow returned by listPipelinesPaginated to access the nested member PipelineIdName

Link copied to clipboard
@JvmName(name = "describeObjectsResponsePipelineObject")
fun Flow<DescribeObjectsResponse>.pipelineObjects(): Flow<PipelineObject>

This paginator transforms the flow returned by describeObjectsPaginated to access the nested member PipelineObject