| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default GetServiceGraphResponse |
XRayClient.getServiceGraph(Consumer<GetServiceGraphRequest.Builder> getServiceGraphRequest)
Retrieves a document that describes services that process incoming requests, and downstream services that they
call as a result.
|
default CompletableFuture<GetServiceGraphResponse> |
XRayAsyncClient.getServiceGraph(Consumer<GetServiceGraphRequest.Builder> getServiceGraphRequest)
Retrieves a document that describes services that process incoming requests, and downstream services that they
call as a result.
|
default GetServiceGraphIterable |
XRayClient.getServiceGraphPaginator(Consumer<GetServiceGraphRequest.Builder> getServiceGraphRequest)
Retrieves a document that describes services that process incoming requests, and downstream services that they
call as a result.
|
default GetServiceGraphPublisher |
XRayAsyncClient.getServiceGraphPaginator(Consumer<GetServiceGraphRequest.Builder> getServiceGraphRequest)
Retrieves a document that describes services that process incoming requests, and downstream services that they
call as a result.
|
| Modifier and Type | Method and Description |
|---|---|
static GetServiceGraphRequest.Builder |
GetServiceGraphRequest.builder() |
GetServiceGraphRequest.Builder |
GetServiceGraphRequest.Builder.endTime(Instant endTime)
The end of the timeframe for which to generate a graph.
|
GetServiceGraphRequest.Builder |
GetServiceGraphRequest.Builder.groupARN(String groupARN)
The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.
|
GetServiceGraphRequest.Builder |
GetServiceGraphRequest.Builder.groupName(String groupName)
The name of a group based on which you want to generate a graph.
|
GetServiceGraphRequest.Builder |
GetServiceGraphRequest.Builder.nextToken(String nextToken)
Pagination token.
|
GetServiceGraphRequest.Builder |
GetServiceGraphRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetServiceGraphRequest.Builder |
GetServiceGraphRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetServiceGraphRequest.Builder |
GetServiceGraphRequest.Builder.startTime(Instant startTime)
The start of the time frame for which to generate a graph.
|
GetServiceGraphRequest.Builder |
GetServiceGraphRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetServiceGraphRequest.Builder> |
GetServiceGraphRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.