Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "adminListUserAuthEventsResponseAuthEventType")
fun Flow<AdminListUserAuthEventsResponse>.authEvents(): Flow<AuthEventType>

This paginator transforms the flow returned by adminListUserAuthEventsPaginated to access the nested member AuthEventType

Link copied to clipboard
@JvmName(name = "adminListGroupsForUserResponseGroupType")
fun Flow<AdminListGroupsForUserResponse>.groups(): Flow<GroupType>

This paginator transforms the flow returned by adminListGroupsForUserPaginated to access the nested member GroupType

@JvmName(name = "listGroupsResponseGroupType")
fun Flow<ListGroupsResponse>.groups(): Flow<GroupType>

This paginator transforms the flow returned by listGroupsPaginated to access the nested member GroupType

Link copied to clipboard
@JvmName(name = "listIdentityProvidersResponseProviderDescription")
fun Flow<ListIdentityProvidersResponse>.providers(): Flow<ProviderDescription>

This paginator transforms the flow returned by listIdentityProvidersPaginated to access the nested member ProviderDescription

Link copied to clipboard
@JvmName(name = "listResourceServersResponseResourceServerType")
fun Flow<ListResourceServersResponse>.resourceServers(): Flow<ResourceServerType>

This paginator transforms the flow returned by listResourceServersPaginated to access the nested member ResourceServerType

Link copied to clipboard
@JvmName(name = "listUserPoolClientsResponseUserPoolClientDescription")
fun Flow<ListUserPoolClientsResponse>.userPoolClients(): Flow<UserPoolClientDescription>

This paginator transforms the flow returned by listUserPoolClientsPaginated to access the nested member UserPoolClientDescription

Link copied to clipboard
@JvmName(name = "listUserPoolsResponseUserPoolDescriptionType")
fun Flow<ListUserPoolsResponse>.userPools(): Flow<UserPoolDescriptionType>

This paginator transforms the flow returned by listUserPoolsPaginated to access the nested member UserPoolDescriptionType

Link copied to clipboard
@JvmName(name = "listUsersInGroupResponseUserType")
fun Flow<ListUsersInGroupResponse>.users(): Flow<UserType>

This paginator transforms the flow returned by listUsersInGroupPaginated to access the nested member UserType

@JvmName(name = "listUsersResponseUserType")
fun Flow<ListUsersResponse>.users(): Flow<UserType>

This paginator transforms the flow returned by listUsersPaginated to access the nested member UserType