| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray |
Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps and other data created
by processing those traces.
|
| software.amazon.awssdk.services.xray.paginators | |
| software.amazon.awssdk.services.xray.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetGroupsResponse |
XRayClient.getGroups(GetGroupsRequest getGroupsRequest)
Retrieves all active group details.
|
default CompletableFuture<GetGroupsResponse> |
XRayAsyncClient.getGroups(GetGroupsRequest getGroupsRequest)
Retrieves all active group details.
|
default GetGroupsIterable |
XRayClient.getGroupsPaginator(GetGroupsRequest getGroupsRequest)
Retrieves all active group details.
|
default GetGroupsPublisher |
XRayAsyncClient.getGroupsPaginator(GetGroupsRequest getGroupsRequest)
Retrieves all active group details.
|
| Constructor and Description |
|---|
GetGroupsIterable(XRayClient client,
GetGroupsRequest firstRequest) |
GetGroupsPublisher(XRayAsyncClient client,
GetGroupsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetGroupsRequestMarshaller.marshall(GetGroupsRequest getGroupsRequest) |
Copyright © 2023. All rights reserved.