| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default GetGroupResponse |
XRayClient.getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)
Retrieves group resource details.
|
default GetGroupResponse |
XRayClient.getGroup(GetGroupRequest getGroupRequest)
Retrieves group resource details.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetGroupResponse> |
XRayAsyncClient.getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest)
Retrieves group resource details.
|
default CompletableFuture<GetGroupResponse> |
XRayAsyncClient.getGroup(GetGroupRequest getGroupRequest)
Retrieves group resource details.
|
Copyright © 2023. All rights reserved.