| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| software.amazon.awssdk.services.synthetics.paginators | |
| software.amazon.awssdk.services.synthetics.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupResourcesResponse |
SyntheticsClient.listGroupResources(ListGroupResourcesRequest listGroupResourcesRequest)
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
|
default CompletableFuture<ListGroupResourcesResponse> |
SyntheticsAsyncClient.listGroupResources(ListGroupResourcesRequest listGroupResourcesRequest)
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
|
default ListGroupResourcesIterable |
SyntheticsClient.listGroupResourcesPaginator(ListGroupResourcesRequest listGroupResourcesRequest)
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
|
default ListGroupResourcesPublisher |
SyntheticsAsyncClient.listGroupResourcesPaginator(ListGroupResourcesRequest listGroupResourcesRequest)
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
|
| Constructor and Description |
|---|
ListGroupResourcesIterable(SyntheticsClient client,
ListGroupResourcesRequest firstRequest) |
ListGroupResourcesPublisher(SyntheticsAsyncClient client,
ListGroupResourcesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListGroupResourcesRequestMarshaller.marshall(ListGroupResourcesRequest listGroupResourcesRequest) |
Copyright © 2022. All rights reserved.