| Package | Description |
|---|---|
| com.amazonaws.services.synthetics |
|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
ListGroupResourcesResult |
AbstractAWSSynthetics.listGroupResources(ListGroupResourcesRequest request) |
ListGroupResourcesResult |
AWSSynthetics.listGroupResources(ListGroupResourcesRequest listGroupResourcesRequest)
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
|
ListGroupResourcesResult |
AWSSyntheticsClient.listGroupResources(ListGroupResourcesRequest request)
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupResourcesResult> |
AWSSyntheticsAsyncClient.listGroupResourcesAsync(ListGroupResourcesRequest request,
AsyncHandler<ListGroupResourcesRequest,ListGroupResourcesResult> asyncHandler) |
Future<ListGroupResourcesResult> |
AbstractAWSSyntheticsAsync.listGroupResourcesAsync(ListGroupResourcesRequest request,
AsyncHandler<ListGroupResourcesRequest,ListGroupResourcesResult> asyncHandler) |
Future<ListGroupResourcesResult> |
AWSSyntheticsAsync.listGroupResourcesAsync(ListGroupResourcesRequest listGroupResourcesRequest,
AsyncHandler<ListGroupResourcesRequest,ListGroupResourcesResult> asyncHandler)
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupResourcesResult |
ListGroupResourcesResult.clone() |
ListGroupResourcesResult |
ListGroupResourcesResult.withNextToken(String nextToken)
A token that indicates that there is more data available.
|
ListGroupResourcesResult |
ListGroupResourcesResult.withResources(Collection<String> resources)
An array of ARNs.
|
ListGroupResourcesResult |
ListGroupResourcesResult.withResources(String... resources)
An array of ARNs.
|
Copyright © 2023. All rights reserved.