| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
List<GroupSummary> |
ListGroupsResponse.groups()
An array of structures that each contain information about one group.
|
List<GroupSummary> |
ListAssociatedGroupsResponse.groups()
An array of structures that contain information about the groups that this canary is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.groups(GroupSummary... groups)
An array of structures that each contain information about one group.
|
ListAssociatedGroupsResponse.Builder |
ListAssociatedGroupsResponse.Builder.groups(GroupSummary... groups)
An array of structures that contain information about the groups that this canary is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.groups(Collection<GroupSummary> groups)
An array of structures that each contain information about one group.
|
ListAssociatedGroupsResponse.Builder |
ListAssociatedGroupsResponse.Builder.groups(Collection<GroupSummary> groups)
An array of structures that contain information about the groups that this canary is associated with.
|
Copyright © 2023. All rights reserved.