Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "listAccountLinksResponseAccountLink")
fun Flow<ListAccountLinksResponse>.accountLinks(): Flow<AccountLink>

This paginator transforms the flow returned by listAccountLinksPaginated to access the nested member AccountLink

Link copied to clipboard
@JvmName(name = "describeWorkspaceBundlesResponseWorkspaceBundle")
fun Flow<DescribeWorkspaceBundlesResponse>.bundles(): Flow<WorkspaceBundle>

This paginator transforms the flow returned by describeWorkspaceBundlesPaginated to access the nested member WorkspaceBundle

Link copied to clipboard
@JvmName(name = "describeWorkspaceDirectoriesResponseWorkspaceDirectory")
fun Flow<DescribeWorkspaceDirectoriesResponse>.directories(): Flow<WorkspaceDirectory>

This paginator transforms the flow returned by describeWorkspaceDirectoriesPaginated to access the nested member WorkspaceDirectory

Link copied to clipboard
@JvmName(name = "describeWorkspacesResponseWorkspace")
fun Flow<DescribeWorkspacesResponse>.workspaces(): Flow<Workspace>

This paginator transforms the flow returned by describeWorkspacesPaginated to access the nested member Workspace