| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
GroupSummary |
GroupSummary.clone() |
GroupSummary |
GroupSummary.withArn(String arn)
The ARN of the group.
|
GroupSummary |
GroupSummary.withId(String id)
The unique ID of the group.
|
GroupSummary |
GroupSummary.withName(String name)
The name of the group.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupSummary> |
ListGroupsResult.getGroups()
An array of structures that each contain information about one group.
|
List<GroupSummary> |
ListAssociatedGroupsResult.getGroups()
An array of structures that contain information about the groups that this canary is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
ListGroupsResult.withGroups(GroupSummary... groups)
An array of structures that each contain information about one group.
|
ListAssociatedGroupsResult |
ListAssociatedGroupsResult.withGroups(GroupSummary... groups)
An array of structures that contain information about the groups that this canary is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsResult.setGroups(Collection<GroupSummary> groups)
An array of structures that each contain information about one group.
|
void |
ListAssociatedGroupsResult.setGroups(Collection<GroupSummary> groups)
An array of structures that contain information about the groups that this canary is associated with.
|
ListGroupsResult |
ListGroupsResult.withGroups(Collection<GroupSummary> groups)
An array of structures that each contain information about one group.
|
ListAssociatedGroupsResult |
ListAssociatedGroupsResult.withGroups(Collection<GroupSummary> groups)
An array of structures that contain information about the groups that this canary is associated with.
|
Copyright © 2023. All rights reserved.