| Package | Description |
|---|---|
| com.amazonaws.services.synthetics |
|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedGroupsResult |
AbstractAWSSynthetics.listAssociatedGroups(ListAssociatedGroupsRequest request) |
ListAssociatedGroupsResult |
AWSSynthetics.listAssociatedGroups(ListAssociatedGroupsRequest listAssociatedGroupsRequest)
Returns a list of the groups that the specified canary is associated with.
|
ListAssociatedGroupsResult |
AWSSyntheticsClient.listAssociatedGroups(ListAssociatedGroupsRequest request)
Returns a list of the groups that the specified canary is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListAssociatedGroupsResult> |
AWSSyntheticsAsyncClient.listAssociatedGroupsAsync(ListAssociatedGroupsRequest request,
AsyncHandler<ListAssociatedGroupsRequest,ListAssociatedGroupsResult> asyncHandler) |
Future<ListAssociatedGroupsResult> |
AbstractAWSSyntheticsAsync.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 |
|---|---|
ListAssociatedGroupsResult |
ListAssociatedGroupsResult.clone() |
ListAssociatedGroupsResult |
ListAssociatedGroupsResult.withGroups(Collection<GroupSummary> groups)
An array of structures that contain information about the groups that this canary is associated with.
|
ListAssociatedGroupsResult |
ListAssociatedGroupsResult.withGroups(GroupSummary... groups)
An array of structures that contain information about the groups that this canary is associated with.
|
ListAssociatedGroupsResult |
ListAssociatedGroupsResult.withNextToken(String nextToken)
A token that indicates that there is more data available.
|
Copyright © 2023. All rights reserved.