| 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 ListGroupsResponse |
SyntheticsClient.listGroups(ListGroupsRequest listGroupsRequest)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
default CompletableFuture<ListGroupsResponse> |
SyntheticsAsyncClient.listGroups(ListGroupsRequest listGroupsRequest)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
default ListGroupsIterable |
SyntheticsClient.listGroupsPaginator(ListGroupsRequest listGroupsRequest)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
default ListGroupsPublisher |
SyntheticsAsyncClient.listGroupsPaginator(ListGroupsRequest listGroupsRequest)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
| Constructor and Description |
|---|
ListGroupsIterable(SyntheticsClient client,
ListGroupsRequest firstRequest) |
ListGroupsPublisher(SyntheticsAsyncClient client,
ListGroupsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListGroupsRequestMarshaller.marshall(ListGroupsRequest listGroupsRequest) |
Copyright © 2023. All rights reserved.