| 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 |
| Modifier and Type | Method and Description |
|---|---|
default GetGroupsResponse |
XRayClient.getGroups()
Retrieves all active group details.
|
default GetGroupsResponse |
XRayClient.getGroups(Consumer<GetGroupsRequest.Builder> getGroupsRequest)
Retrieves all active group details.
|
default GetGroupsResponse |
XRayClient.getGroups(GetGroupsRequest getGroupsRequest)
Retrieves all active group details.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetGroupsResponse> |
XRayAsyncClient.getGroups()
Retrieves all active group details.
|
default CompletableFuture<GetGroupsResponse> |
XRayAsyncClient.getGroups(Consumer<GetGroupsRequest.Builder> getGroupsRequest)
Retrieves all active group details.
|
default CompletableFuture<GetGroupsResponse> |
XRayAsyncClient.getGroups(GetGroupsRequest getGroupsRequest)
Retrieves all active group details.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetGroupsResponse> |
GetGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.