Uses of Class
software.amazon.awssdk.services.sso.model.ListAccountRolesResponse
-
Packages that use ListAccountRolesResponse Package Description software.amazon.awssdk.services.sso 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.software.amazon.awssdk.services.sso.paginators -
-
Uses of ListAccountRolesResponse in software.amazon.awssdk.services.sso
Methods in software.amazon.awssdk.services.sso that return ListAccountRolesResponse Modifier and Type Method Description default 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 ListAccountRolesResponse Modifier and Type Method Description default CompletableFuture<ListAccountRolesResponse>SsoAsyncClient. listAccountRoles(Consumer<ListAccountRolesRequest.Builder> listAccountRolesRequest)Lists all roles that are assigned to the user for a given AWS account.default CompletableFuture<ListAccountRolesResponse>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 ListAccountRolesResponse Modifier and Type Method Description Iterator<ListAccountRolesResponse>ListAccountRolesIterable. iterator()Method parameters in software.amazon.awssdk.services.sso.paginators with type arguments of type ListAccountRolesResponse Modifier and Type Method Description voidListAccountRolesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccountRolesResponse> subscriber)
-