| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| software.amazon.awssdk.services.synthetics.paginators |
| 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 ListGroupResourcesResponse |
SyntheticsClient.listGroupResources(ListGroupResourcesRequest 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 |
|---|---|
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 CompletableFuture<ListGroupResourcesResponse> |
SyntheticsAsyncClient.listGroupResources(ListGroupResourcesRequest 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 |
|---|---|
Iterator<ListGroupResourcesResponse> |
ListGroupResourcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupResourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGroupResourcesResponse> subscriber) |
Copyright © 2023. All rights reserved.