Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.SubjectSummary
-
Packages that use SubjectSummary Package Description software.amazon.awssdk.services.rolesanywhere.model software.amazon.awssdk.services.rolesanywhere.paginators -
-
Uses of SubjectSummary in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type SubjectSummary Modifier and Type Method Description List<SubjectSummary>ListSubjectsResponse. subjects()A list of subjects.Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type SubjectSummary Modifier and Type Method Description ListSubjectsResponse.BuilderListSubjectsResponse.Builder. subjects(SubjectSummary... subjects)A list of subjects.Method parameters in software.amazon.awssdk.services.rolesanywhere.model with type arguments of type SubjectSummary Modifier and Type Method Description ListSubjectsResponse.BuilderListSubjectsResponse.Builder. subjects(Collection<SubjectSummary> subjects)A list of subjects. -
Uses of SubjectSummary in software.amazon.awssdk.services.rolesanywhere.paginators
Methods in software.amazon.awssdk.services.rolesanywhere.paginators that return types with arguments of type SubjectSummary Modifier and Type Method Description SdkIterable<SubjectSummary>ListSubjectsIterable. subjects()Returns an iterable to iterate through the paginatedListSubjectsResponse.subjects()member.SdkPublisher<SubjectSummary>ListSubjectsPublisher. subjects()Returns a publisher that can be used to get a stream of data.
-