| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
static ListAssociatedGroupsResponse.Builder |
ListAssociatedGroupsResponse.builder() |
ListAssociatedGroupsResponse.Builder |
ListAssociatedGroupsResponse.Builder.groups(Collection<GroupSummary> groups)
An array of structures that contain information about the groups that this canary is associated with.
|
ListAssociatedGroupsResponse.Builder |
ListAssociatedGroupsResponse.Builder.groups(Consumer<GroupSummary.Builder>... groups)
An array of structures that contain information about the groups that this canary is associated with.
|
ListAssociatedGroupsResponse.Builder |
ListAssociatedGroupsResponse.Builder.groups(GroupSummary... groups)
An array of structures that contain information about the groups that this canary is associated with.
|
ListAssociatedGroupsResponse.Builder |
ListAssociatedGroupsResponse.Builder.nextToken(String nextToken)
A token that indicates that there is more data available.
|
ListAssociatedGroupsResponse.Builder |
ListAssociatedGroupsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAssociatedGroupsResponse.Builder> |
ListAssociatedGroupsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.