Uses of Class
software.amazon.awssdk.services.sso.model.RoleInfo
-
Packages that use RoleInfo Package Description software.amazon.awssdk.services.sso.model software.amazon.awssdk.services.sso.paginators -
-
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 RoleInfo Modifier and Type Method Description List<RoleInfo>ListAccountRolesResponse. 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 RoleInfo Modifier and Type Method Description ListAccountRolesResponse.BuilderListAccountRolesResponse.Builder. roleList(RoleInfo... roleList)A 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 RoleInfo Modifier and Type Method Description ListAccountRolesResponse.BuilderListAccountRolesResponse.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 RoleInfo Modifier and Type Method Description SdkIterable<RoleInfo>ListAccountRolesIterable. roleList()Returns an iterable to iterate through the paginatedListAccountRolesResponse.roleList()member.SdkPublisher<RoleInfo>ListAccountRolesPublisher. roleList()Returns a publisher that can be used to get a stream of data.
-