Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listApplicationsResponseApplicationSummary")
fun Flow<ListApplicationsResponse>.applications(): Flow<ApplicationSummary>

This paginator transforms the flow returned by listApplicationsPaginated to access the nested member ApplicationSummary

Link copied to clipboard
@JvmName(name = "listComponentsResponseComponentSummary")
fun Flow<ListComponentsResponse>.components(): Flow<ComponentSummary>

This paginator transforms the flow returned by listComponentsPaginated to access the nested member ComponentSummary

Link copied to clipboard
@JvmName(name = "listDatabasesResponseDatabaseSummary")
fun Flow<ListDatabasesResponse>.databases(): Flow<DatabaseSummary>

This paginator transforms the flow returned by listDatabasesPaginated to access the nested member DatabaseSummary

Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listOperationEventsResponseOperationEvent")
fun Flow<ListOperationEventsResponse>.operationEvents(): Flow<OperationEvent>

This paginator transforms the flow returned by listOperationEventsPaginated to access the nested member OperationEvent

Link copied to clipboard
@JvmName(name = "listOperationsResponseOperation")
fun Flow<ListOperationsResponse>.operations(): Flow<Operation>

This paginator transforms the flow returned by listOperationsPaginated to access the nested member Operation