| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
default ListAssociatedGroupsResponse |
SyntheticsClient.listAssociatedGroups(Consumer<ListAssociatedGroupsRequest.Builder> listAssociatedGroupsRequest)
Returns a list of the groups that the specified canary is associated with.
|
default CompletableFuture<ListAssociatedGroupsResponse> |
SyntheticsAsyncClient.listAssociatedGroups(Consumer<ListAssociatedGroupsRequest.Builder> listAssociatedGroupsRequest)
Returns a list of the groups that the specified canary is associated with.
|
default ListAssociatedGroupsIterable |
SyntheticsClient.listAssociatedGroupsPaginator(Consumer<ListAssociatedGroupsRequest.Builder> listAssociatedGroupsRequest)
Returns a list of the groups that the specified canary is associated with.
|
default ListAssociatedGroupsPublisher |
SyntheticsAsyncClient.listAssociatedGroupsPaginator(Consumer<ListAssociatedGroupsRequest.Builder> listAssociatedGroupsRequest)
Returns a list of the groups that the specified canary is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
static ListAssociatedGroupsRequest.Builder |
ListAssociatedGroupsRequest.builder() |
ListAssociatedGroupsRequest.Builder |
ListAssociatedGroupsRequest.Builder.maxResults(Integer maxResults)
Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroups operation. |
ListAssociatedGroupsRequest.Builder |
ListAssociatedGroupsRequest.Builder.nextToken(String nextToken)
A token that indicates that there is more data available.
|
ListAssociatedGroupsRequest.Builder |
ListAssociatedGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssociatedGroupsRequest.Builder |
ListAssociatedGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAssociatedGroupsRequest.Builder |
ListAssociatedGroupsRequest.Builder.resourceArn(String resourceArn)
The ARN of the canary that you want to view groups for.
|
ListAssociatedGroupsRequest.Builder |
ListAssociatedGroupsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAssociatedGroupsRequest.Builder> |
ListAssociatedGroupsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.