| Package | Description |
|---|---|
| com.amazonaws.services.synthetics |
|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAssociatedGroupsResult> |
AbstractAWSSyntheticsAsync.listAssociatedGroupsAsync(ListAssociatedGroupsRequest request,
AsyncHandler<ListAssociatedGroupsRequest,ListAssociatedGroupsResult> asyncHandler) |
Future<ListAssociatedGroupsResult> |
AWSSyntheticsAsyncClient.listAssociatedGroupsAsync(ListAssociatedGroupsRequest request,
AsyncHandler<ListAssociatedGroupsRequest,ListAssociatedGroupsResult> asyncHandler) |
Future<ListAssociatedGroupsResult> |
AWSSyntheticsAsync.listAssociatedGroupsAsync(ListAssociatedGroupsRequest listAssociatedGroupsRequest,
AsyncHandler<ListAssociatedGroupsRequest,ListAssociatedGroupsResult> asyncHandler)
Returns a list of the groups that the specified canary is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedGroupsRequest |
ListAssociatedGroupsRequest.clone() |
ListAssociatedGroupsRequest |
ListAssociatedGroupsRequest.withMaxResults(Integer maxResults)
Specify this parameter to limit how many groups are returned each time you use the
ListAssociatedGroups operation. |
ListAssociatedGroupsRequest |
ListAssociatedGroupsRequest.withNextToken(String nextToken)
A token that indicates that there is more data available.
|
ListAssociatedGroupsRequest |
ListAssociatedGroupsRequest.withResourceArn(String resourceArn)
The ARN of the canary that you want to view groups for.
|
Copyright © 2024. All rights reserved.