Uses of Class
software.amazon.awssdk.services.sso.model.ListAccountRolesResponse
Packages that use ListAccountRolesResponse
Package
Description
AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to
assign user access to IAM Identity Center resources such as the AWS access portal.
-
Uses of ListAccountRolesResponse in software.amazon.awssdk.services.sso
Methods in software.amazon.awssdk.services.sso that return ListAccountRolesResponseModifier and TypeMethodDescriptiondefault ListAccountRolesResponseSsoClient.listAccountRoles(Consumer<ListAccountRolesRequest.Builder> listAccountRolesRequest) Lists all roles that are assigned to the user for a given AWS account.default ListAccountRolesResponseSsoClient.listAccountRoles(ListAccountRolesRequest listAccountRolesRequest) Lists all roles that are assigned to the user for a given AWS account.Methods in software.amazon.awssdk.services.sso that return types with arguments of type ListAccountRolesResponseModifier and TypeMethodDescriptionSsoAsyncClient.listAccountRoles(Consumer<ListAccountRolesRequest.Builder> listAccountRolesRequest) Lists all roles that are assigned to the user for a given AWS account.SsoAsyncClient.listAccountRoles(ListAccountRolesRequest listAccountRolesRequest) Lists all roles that are assigned to the user for a given AWS account. -
Uses of ListAccountRolesResponse in software.amazon.awssdk.services.sso.paginators
Methods in software.amazon.awssdk.services.sso.paginators that return types with arguments of type ListAccountRolesResponseMethod parameters in software.amazon.awssdk.services.sso.paginators with type arguments of type ListAccountRolesResponseModifier and TypeMethodDescriptionvoidListAccountRolesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAccountRolesResponse> subscriber)