Package-level declarations
Inherited functions
Link copied to clipboard
This paginator transforms the flow returned by getConnectorsPaginated to access the nested member Connector
Link copied to clipboard
fun SmsClient.getConnectorsPaginated(initialRequest: GetConnectorsRequest = GetConnectorsRequest { }): Flow<GetConnectorsResponse>
fun SmsClient.getConnectorsPaginated(block: GetConnectorsRequest.Builder.() -> Unit): Flow<GetConnectorsResponse>
Paginate over GetConnectorsResponse results.
Link copied to clipboard
fun SmsClient.getReplicationJobsPaginated(initialRequest: GetReplicationJobsRequest = GetReplicationJobsRequest { }): Flow<GetReplicationJobsResponse>
fun SmsClient.getReplicationJobsPaginated(block: GetReplicationJobsRequest.Builder.() -> Unit): Flow<GetReplicationJobsResponse>
Paginate over GetReplicationJobsResponse results.
Link copied to clipboard
fun SmsClient.getReplicationRunsPaginated(initialRequest: GetReplicationRunsRequest): Flow<GetReplicationRunsResponse>
fun SmsClient.getReplicationRunsPaginated(block: GetReplicationRunsRequest.Builder.() -> Unit): Flow<GetReplicationRunsResponse>
Paginate over GetReplicationRunsResponse results.
Link copied to clipboard
fun SmsClient.getServersPaginated(initialRequest: GetServersRequest = GetServersRequest { }): Flow<GetServersResponse>
fun SmsClient.getServersPaginated(block: GetServersRequest.Builder.() -> Unit): Flow<GetServersResponse>
Paginate over GetServersResponse results.
Link copied to clipboard
This paginator transforms the flow returned by getReplicationJobsPaginated to access the nested member ReplicationJob
Link copied to clipboard
This paginator transforms the flow returned by getReplicationRunsPaginated to access the nested member ReplicationRun
Link copied to clipboard
This paginator transforms the flow returned by getServersPaginated to access the nested member Server