Uses of Class
software.amazon.awssdk.services.sso.model.RoleInfo
Packages that use RoleInfo
Package
Description
-
Uses of RoleInfo in software.amazon.awssdk.services.sso.model
Methods in software.amazon.awssdk.services.sso.model that return types with arguments of type RoleInfoModifier and TypeMethodDescriptionListAccountRolesResponse.roleList()A paginated response with the list of roles and the next token if more results are available.Methods in software.amazon.awssdk.services.sso.model with parameters of type RoleInfoModifier and TypeMethodDescriptionA paginated response with the list of roles and the next token if more results are available.Method parameters in software.amazon.awssdk.services.sso.model with type arguments of type RoleInfoModifier and TypeMethodDescriptionListAccountRolesResponse.Builder.roleList(Collection<RoleInfo> roleList) A paginated response with the list of roles and the next token if more results are available. -
Uses of RoleInfo in software.amazon.awssdk.services.sso.paginators
Methods in software.amazon.awssdk.services.sso.paginators that return types with arguments of type RoleInfoModifier and TypeMethodDescriptionfinal SdkIterable<RoleInfo>ListAccountRolesIterable.roleList()Returns an iterable to iterate through the paginatedListAccountRolesResponse.roleList()member.final SdkPublisher<RoleInfo>ListAccountRolesPublisher.roleList()Returns a publisher that can be used to get a stream of data.