Package-level declarations
Inherited functions
Link copied to clipboard
fun Route53ProfilesClient.listProfileAssociationsPaginated(initialRequest: ListProfileAssociationsRequest = ListProfileAssociationsRequest { }): Flow<ListProfileAssociationsResponse>
fun Route53ProfilesClient.listProfileAssociationsPaginated(block: ListProfileAssociationsRequest.Builder.() -> Unit): Flow<ListProfileAssociationsResponse>
Paginate over ListProfileAssociationsResponse results.
Link copied to clipboard
fun Route53ProfilesClient.listProfileResourceAssociationsPaginated(initialRequest: ListProfileResourceAssociationsRequest): Flow<ListProfileResourceAssociationsResponse>
fun Route53ProfilesClient.listProfileResourceAssociationsPaginated(block: ListProfileResourceAssociationsRequest.Builder.() -> Unit): Flow<ListProfileResourceAssociationsResponse>
Paginate over ListProfileResourceAssociationsResponse results.
Link copied to clipboard
fun Route53ProfilesClient.listProfilesPaginated(initialRequest: ListProfilesRequest = ListProfilesRequest { }): Flow<ListProfilesResponse>
fun Route53ProfilesClient.listProfilesPaginated(block: ListProfilesRequest.Builder.() -> Unit): Flow<ListProfilesResponse>
Paginate over ListProfilesResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listProfileAssociationsPaginated to access the nested member ProfileAssociation
Link copied to clipboard
fun Flow<ListProfileResourceAssociationsResponse>.profileResourceAssociations(): Flow<ProfileResourceAssociation>
This paginator transforms the flow returned by listProfileResourceAssociationsPaginated to access the nested member ProfileResourceAssociation
Link copied to clipboard
This paginator transforms the flow returned by listProfilesPaginated to access the nested member ProfileSummary