Package-level declarations
Inherited functions
Link copied to clipboard
This paginator transforms the flow returned by listApplicationsPaginated to access the nested member ApplicationSummary
Link copied to clipboard
This paginator transforms the flow returned by listJobRunAttemptsPaginated to access the nested member JobRunAttemptSummary
Link copied to clipboard
This paginator transforms the flow returned by listJobRunsPaginated to access the nested member JobRunSummary
Link copied to clipboard
fun EmrServerlessClient.listApplicationsPaginated(initialRequest: ListApplicationsRequest = ListApplicationsRequest { }): Flow<ListApplicationsResponse>
fun EmrServerlessClient.listApplicationsPaginated(block: ListApplicationsRequest.Builder.() -> Unit): Flow<ListApplicationsResponse>
Paginate over ListApplicationsResponse results.
Link copied to clipboard
fun EmrServerlessClient.listJobRunAttemptsPaginated(initialRequest: ListJobRunAttemptsRequest): Flow<ListJobRunAttemptsResponse>
fun EmrServerlessClient.listJobRunAttemptsPaginated(block: ListJobRunAttemptsRequest.Builder.() -> Unit): Flow<ListJobRunAttemptsResponse>
Paginate over ListJobRunAttemptsResponse results.
Link copied to clipboard
fun EmrServerlessClient.listJobRunsPaginated(initialRequest: ListJobRunsRequest): Flow<ListJobRunsResponse>
fun EmrServerlessClient.listJobRunsPaginated(block: ListJobRunsRequest.Builder.() -> Unit): Flow<ListJobRunsResponse>
Paginate over ListJobRunsResponse results.