Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listJobsByPipelineResponseJob")
fun Flow<ListJobsByPipelineResponse>.jobs(): Flow<Job>

This paginator transforms the flow returned by listJobsByPipelinePaginated to access the nested member Job

@JvmName(name = "listJobsByStatusResponseJob")
fun Flow<ListJobsByStatusResponse>.jobs(): Flow<Job>

This paginator transforms the flow returned by listJobsByStatusPaginated to access the nested member Job

Link copied to clipboard
@JvmName(name = "listPipelinesResponsePipeline")
fun Flow<ListPipelinesResponse>.pipelines(): Flow<Pipeline>

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

Link copied to clipboard
@JvmName(name = "listPresetsResponsePreset")
fun Flow<ListPresetsResponse>.presets(): Flow<Preset>

This paginator transforms the flow returned by listPresetsPaginated to access the nested member Preset