Uses of Class
software.amazon.awssdk.services.xray.model.GroupSummary
-
Packages that use GroupSummary Package Description software.amazon.awssdk.services.xray.model software.amazon.awssdk.services.xray.paginators -
-
Uses of GroupSummary in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type GroupSummary Modifier and Type Method Description List<GroupSummary>GetGroupsResponse. groups()The collection of all active groups.Methods in software.amazon.awssdk.services.xray.model with parameters of type GroupSummary Modifier and Type Method Description GetGroupsResponse.BuilderGetGroupsResponse.Builder. groups(GroupSummary... groups)The collection of all active groups.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type GroupSummary Modifier and Type Method Description GetGroupsResponse.BuilderGetGroupsResponse.Builder. groups(Collection<GroupSummary> groups)The collection of all active groups. -
Uses of GroupSummary in software.amazon.awssdk.services.xray.paginators
Methods in software.amazon.awssdk.services.xray.paginators that return types with arguments of type GroupSummary Modifier and Type Method Description SdkIterable<GroupSummary>GetGroupsIterable. groups()Returns an iterable to iterate through the paginatedGetGroupsResponse.groups()member.SdkPublisher<GroupSummary>GetGroupsPublisher. groups()Returns a publisher that can be used to get a stream of data.
-