| Package | Description |
|---|---|
| com.amazonaws.services.synthetics |
|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
AWSSyntheticsClient.listGroups(ListGroupsRequest request)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
ListGroupsResult |
AWSSynthetics.listGroups(ListGroupsRequest listGroupsRequest)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
ListGroupsResult |
AbstractAWSSynthetics.listGroups(ListGroupsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupsResult> |
AWSSyntheticsAsyncClient.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AWSSyntheticsAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
Future<ListGroupsResult> |
AbstractAWSSyntheticsAsync.listGroupsAsync(ListGroupsRequest request) |
Future<ListGroupsResult> |
AWSSyntheticsAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AWSSyntheticsAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
Future<ListGroupsResult> |
AbstractAWSSyntheticsAsync.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListGroupsResult> |
AWSSyntheticsAsyncClient.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
Future<ListGroupsResult> |
AWSSyntheticsAsync.listGroupsAsync(ListGroupsRequest listGroupsRequest,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
Future<ListGroupsResult> |
AbstractAWSSyntheticsAsync.listGroupsAsync(ListGroupsRequest request,
AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResult |
ListGroupsResult.clone() |
ListGroupsResult |
ListGroupsResult.withGroups(Collection<GroupSummary> groups)
An array of structures that each contain information about one group.
|
ListGroupsResult |
ListGroupsResult.withGroups(GroupSummary... groups)
An array of structures that each contain information about one group.
|
ListGroupsResult |
ListGroupsResult.withNextToken(String nextToken)
A token that indicates that there is more data available.
|
Copyright © 2022. All rights reserved.