| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupResourcesResponse |
SyntheticsClient.listGroupResources(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest)
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
|
default CompletableFuture<ListGroupResourcesResponse> |
SyntheticsAsyncClient.listGroupResources(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest)
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
|
default ListGroupResourcesIterable |
SyntheticsClient.listGroupResourcesPaginator(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest)
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
|
default ListGroupResourcesPublisher |
SyntheticsAsyncClient.listGroupResourcesPaginator(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest)
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
static ListGroupResourcesRequest.Builder |
ListGroupResourcesRequest.builder() |
ListGroupResourcesRequest.Builder |
ListGroupResourcesRequest.Builder.groupIdentifier(String groupIdentifier)
Specifies the group to return information for.
|
ListGroupResourcesRequest.Builder |
ListGroupResourcesRequest.Builder.maxResults(Integer maxResults)
Specify this parameter to limit how many canary ARNs are returned each time you use the
ListGroupResources operation. |
ListGroupResourcesRequest.Builder |
ListGroupResourcesRequest.Builder.nextToken(String nextToken)
A token that indicates that there is more data available.
|
ListGroupResourcesRequest.Builder |
ListGroupResourcesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroupResourcesRequest.Builder |
ListGroupResourcesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGroupResourcesRequest.Builder |
ListGroupResourcesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGroupResourcesRequest.Builder> |
ListGroupResourcesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.