Package-level declarations
Inherited functions
Link copied to clipboard
fun MwaaServerlessClient.listTaskInstancesPaginated(initialRequest: ListTaskInstancesRequest): Flow<ListTaskInstancesResponse>
fun MwaaServerlessClient.listTaskInstancesPaginated(block: ListTaskInstancesRequest.Builder.() -> Unit): Flow<ListTaskInstancesResponse>
Paginate over ListTaskInstancesResponse results.
Link copied to clipboard
fun MwaaServerlessClient.listWorkflowRunsPaginated(initialRequest: ListWorkflowRunsRequest): Flow<ListWorkflowRunsResponse>
fun MwaaServerlessClient.listWorkflowRunsPaginated(block: ListWorkflowRunsRequest.Builder.() -> Unit): Flow<ListWorkflowRunsResponse>
Paginate over ListWorkflowRunsResponse results.
Link copied to clipboard
fun MwaaServerlessClient.listWorkflowsPaginated(initialRequest: ListWorkflowsRequest = ListWorkflowsRequest { }): Flow<ListWorkflowsResponse>
fun MwaaServerlessClient.listWorkflowsPaginated(block: ListWorkflowsRequest.Builder.() -> Unit): Flow<ListWorkflowsResponse>
Paginate over ListWorkflowsResponse results.
Link copied to clipboard
fun MwaaServerlessClient.listWorkflowVersionsPaginated(initialRequest: ListWorkflowVersionsRequest): Flow<ListWorkflowVersionsResponse>
fun MwaaServerlessClient.listWorkflowVersionsPaginated(block: ListWorkflowVersionsRequest.Builder.() -> Unit): Flow<ListWorkflowVersionsResponse>
Paginate over ListWorkflowVersionsResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listTaskInstancesPaginated to access the nested member TaskInstanceSummary
Link copied to clipboard
This paginator transforms the flow returned by listWorkflowRunsPaginated to access the nested member WorkflowRunSummary
Link copied to clipboard
This paginator transforms the flow returned by listWorkflowsPaginated to access the nested member WorkflowSummary
Link copied to clipboard
This paginator transforms the flow returned by listWorkflowVersionsPaginated to access the nested member WorkflowVersionSummary