| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| software.amazon.awssdk.services.synthetics.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAssociatedGroupsResponse |
SyntheticsClient.listAssociatedGroups(Consumer<ListAssociatedGroupsRequest.Builder> listAssociatedGroupsRequest)
Returns a list of the groups that the specified canary is associated with.
|
default ListAssociatedGroupsResponse |
SyntheticsClient.listAssociatedGroups(ListAssociatedGroupsRequest listAssociatedGroupsRequest)
Returns a list of the groups that the specified canary is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAssociatedGroupsResponse> |
SyntheticsAsyncClient.listAssociatedGroups(Consumer<ListAssociatedGroupsRequest.Builder> listAssociatedGroupsRequest)
Returns a list of the groups that the specified canary is associated with.
|
default CompletableFuture<ListAssociatedGroupsResponse> |
SyntheticsAsyncClient.listAssociatedGroups(ListAssociatedGroupsRequest listAssociatedGroupsRequest)
Returns a list of the groups that the specified canary is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAssociatedGroupsResponse> |
ListAssociatedGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssociatedGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAssociatedGroupsResponse> subscriber) |
Copyright © 2022. All rights reserved.