Package-level declarations
Inherited functions
Link copied to clipboard
This paginator transforms the flow returned by listCapabilitiesPaginated to access the nested member CapabilitySummary
Link copied to clipboard
fun B2BiClient.listCapabilitiesPaginated(initialRequest: ListCapabilitiesRequest = ListCapabilitiesRequest { }): Flow<ListCapabilitiesResponse>
fun B2BiClient.listCapabilitiesPaginated(block: ListCapabilitiesRequest.Builder.() -> Unit): Flow<ListCapabilitiesResponse>
Paginate over ListCapabilitiesResponse results.
Link copied to clipboard
fun B2BiClient.listPartnershipsPaginated(initialRequest: ListPartnershipsRequest = ListPartnershipsRequest { }): Flow<ListPartnershipsResponse>
fun B2BiClient.listPartnershipsPaginated(block: ListPartnershipsRequest.Builder.() -> Unit): Flow<ListPartnershipsResponse>
Paginate over ListPartnershipsResponse results.
Link copied to clipboard
fun B2BiClient.listProfilesPaginated(initialRequest: ListProfilesRequest = ListProfilesRequest { }): Flow<ListProfilesResponse>
fun B2BiClient.listProfilesPaginated(block: ListProfilesRequest.Builder.() -> Unit): Flow<ListProfilesResponse>
Paginate over ListProfilesResponse results.
Link copied to clipboard
fun B2BiClient.listTransformersPaginated(initialRequest: ListTransformersRequest = ListTransformersRequest { }): Flow<ListTransformersResponse>
fun B2BiClient.listTransformersPaginated(block: ListTransformersRequest.Builder.() -> Unit): Flow<ListTransformersResponse>
Paginate over ListTransformersResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listPartnershipsPaginated to access the nested member PartnershipSummary
Link copied to clipboard
This paginator transforms the flow returned by listProfilesPaginated to access the nested member ProfileSummary
Link copied to clipboard
This paginator transforms the flow returned by listTransformersPaginated to access the nested member TransformerSummary