| 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 ListAssociatedGroupsResponse |
SyntheticsClient.listAssociatedGroups(ListAssociatedGroupsRequest 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.
|
default ListAssociatedGroupsIterable |
SyntheticsClient.listAssociatedGroupsPaginator(ListAssociatedGroupsRequest listAssociatedGroupsRequest)
Returns a list of the groups that the specified canary is associated with.
|
default ListAssociatedGroupsPublisher |
SyntheticsAsyncClient.listAssociatedGroupsPaginator(ListAssociatedGroupsRequest listAssociatedGroupsRequest)
Returns a list of the groups that the specified canary is associated with.
|
| Constructor and Description |
|---|
ListAssociatedGroupsIterable(SyntheticsClient client,
ListAssociatedGroupsRequest firstRequest) |
ListAssociatedGroupsPublisher(SyntheticsAsyncClient client,
ListAssociatedGroupsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAssociatedGroupsRequestMarshaller.marshall(ListAssociatedGroupsRequest listAssociatedGroupsRequest) |
Copyright © 2022. All rights reserved.