| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| software.amazon.awssdk.services.synthetics.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListGroupsResponse |
SyntheticsClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
default ListGroupsResponse |
SyntheticsClient.listGroups(ListGroupsRequest listGroupsRequest)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListGroupsResponse> |
SyntheticsAsyncClient.listGroups(Consumer<ListGroupsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListGroupsResponse> |
ListGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.