Package-level declarations
Inherited functions
Link copied to clipboard
This paginator transforms the flow returned by listClustersPaginated to access the nested member ClusterInList
Link copied to clipboard
fun DocDbElasticClient.listClusterSnapshotsPaginated(initialRequest: ListClusterSnapshotsRequest = ListClusterSnapshotsRequest { }): Flow<ListClusterSnapshotsResponse>
fun DocDbElasticClient.listClusterSnapshotsPaginated(block: ListClusterSnapshotsRequest.Builder.() -> Unit): Flow<ListClusterSnapshotsResponse>
Paginate over ListClusterSnapshotsResponse results.
Link copied to clipboard
fun DocDbElasticClient.listClustersPaginated(initialRequest: ListClustersRequest = ListClustersRequest { }): Flow<ListClustersResponse>
fun DocDbElasticClient.listClustersPaginated(block: ListClustersRequest.Builder.() -> Unit): Flow<ListClustersResponse>
Paginate over ListClustersResponse results.
Link copied to clipboard
fun DocDbElasticClient.listPendingMaintenanceActionsPaginated(initialRequest: ListPendingMaintenanceActionsRequest = ListPendingMaintenanceActionsRequest { }): Flow<ListPendingMaintenanceActionsResponse>
fun DocDbElasticClient.listPendingMaintenanceActionsPaginated(block: ListPendingMaintenanceActionsRequest.Builder.() -> Unit): Flow<ListPendingMaintenanceActionsResponse>
Paginate over ListPendingMaintenanceActionsResponse results.
Link copied to clipboard
fun Flow<ListPendingMaintenanceActionsResponse>.resourcePendingMaintenanceActions(): Flow<ResourcePendingMaintenanceAction>
This paginator transforms the flow returned by listPendingMaintenanceActionsPaginated to access the nested member ResourcePendingMaintenanceAction
Link copied to clipboard
This paginator transforms the flow returned by listClusterSnapshotsPaginated to access the nested member ClusterSnapshotInList