| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupsResponse |
SyntheticsClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
default CompletableFuture<ListGroupsResponse> |
SyntheticsAsyncClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
default ListGroupsIterable |
SyntheticsClient.listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
default ListGroupsPublisher |
SyntheticsAsyncClient.listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
static ListGroupsRequest.Builder |
ListGroupsRequest.builder() |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.maxResults(Integer maxResults)
Specify this parameter to limit how many groups are returned each time you use the
ListGroups
operation. |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.nextToken(String nextToken)
A token that indicates that there is more data available.
|
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroupsRequest.Builder |
ListGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGroupsRequest.Builder |
ListGroupsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGroupsRequest.Builder> |
ListGroupsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.