Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "getConnectorsResponseConnector")
fun Flow<GetConnectorsResponse>.connectorList(): Flow<Connector>

This paginator transforms the flow returned by getConnectorsPaginated to access the nested member Connector

Link copied to clipboard
Link copied to clipboard
fun SmsClient.getServersPaginated(initialRequest: GetServersRequest = GetServersRequest { }): Flow<GetServersResponse>

Paginate over GetServersResponse results.

Link copied to clipboard
@JvmName(name = "getReplicationJobsResponseReplicationJob")
fun Flow<GetReplicationJobsResponse>.replicationJobList(): Flow<ReplicationJob>

This paginator transforms the flow returned by getReplicationJobsPaginated to access the nested member ReplicationJob

Link copied to clipboard
@JvmName(name = "getReplicationRunsResponseReplicationRun")
fun Flow<GetReplicationRunsResponse>.replicationRunList(): Flow<ReplicationRun>

This paginator transforms the flow returned by getReplicationRunsPaginated to access the nested member ReplicationRun

Link copied to clipboard
@JvmName(name = "getServersResponseServer")
fun Flow<GetServersResponse>.serverList(): Flow<Server>

This paginator transforms the flow returned by getServersPaginated to access the nested member Server