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