Package-level declarations
Functions
Link copied to clipboard
fun DataPipelineClient.describeObjectsPaginated(initialRequest: DescribeObjectsRequest): Flow<DescribeObjectsResponse>
fun DataPipelineClient.describeObjectsPaginated(block: DescribeObjectsRequest.Builder.() -> Unit): Flow<DescribeObjectsResponse>
Paginate over DescribeObjectsResponse results.
Link copied to clipboard
This paginator transforms the flow returned by queryObjectsPaginated to access the nested member Id
Link copied to clipboard
fun DataPipelineClient.listPipelinesPaginated(initialRequest: ListPipelinesRequest = ListPipelinesRequest { }): Flow<ListPipelinesResponse>
fun DataPipelineClient.listPipelinesPaginated(block: ListPipelinesRequest.Builder.() -> Unit): Flow<ListPipelinesResponse>
Paginate over ListPipelinesResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listPipelinesPaginated to access the nested member PipelineIdName
Link copied to clipboard
This paginator transforms the flow returned by describeObjectsPaginated to access the nested member PipelineObject
Link copied to clipboard
fun DataPipelineClient.queryObjectsPaginated(initialRequest: QueryObjectsRequest): Flow<QueryObjectsResponse>
fun DataPipelineClient.queryObjectsPaginated(block: QueryObjectsRequest.Builder.() -> Unit): Flow<QueryObjectsResponse>
Paginate over QueryObjectsResponse results.