| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model | |
| software.amazon.awssdk.services.xray.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<GroupSummary> |
GetGroupsResponse.groups()
The collection of all active groups.
|
| Modifier and Type | Method and Description |
|---|---|
GetGroupsResponse.Builder |
GetGroupsResponse.Builder.groups(GroupSummary... groups)
The collection of all active groups.
|
| Modifier and Type | Method and Description |
|---|---|
GetGroupsResponse.Builder |
GetGroupsResponse.Builder.groups(Collection<GroupSummary> groups)
The collection of all active groups.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<GroupSummary> |
GetGroupsPublisher.groups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<GroupSummary> |
GetGroupsIterable.groups()
Returns an iterable to iterate through the paginated
GetGroupsResponse.groups() member. |
Copyright © 2023. All rights reserved.