| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
GroupSummary |
GroupSummary.clone() |
GroupSummary |
GroupSummary.withGroupId(String groupId)
The identifier of the group you want group summary information on.
|
GroupSummary |
GroupSummary.withOrderingId(Long orderingId)
The timestamp identifier used for the latest
PUT or DELETE action. |
| Modifier and Type | Method and Description |
|---|---|
List<GroupSummary> |
ListGroupsOlderThanOrderingIdResult.getGroupsSummaries()
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsOlderThanOrderingIdResult |
ListGroupsOlderThanOrderingIdResult.withGroupsSummaries(GroupSummary... groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsOlderThanOrderingIdResult.setGroupsSummaries(Collection<GroupSummary> groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
|
ListGroupsOlderThanOrderingIdResult |
ListGroupsOlderThanOrderingIdResult.withGroupsSummaries(Collection<GroupSummary> groupsSummaries)
Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
|
Copyright © 2025. All rights reserved.