| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model | |
| software.amazon.awssdk.services.xray.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
GetTraceGraphResponse.services()
The services that have processed one of the specified requests.
|
List<Service> |
GetServiceGraphResponse.services()
The services that have processed a traced request during the specified time frame.
|
| Modifier and Type | Method and Description |
|---|---|
GetTraceGraphResponse.Builder |
GetTraceGraphResponse.Builder.services(Service... services)
The services that have processed one of the specified requests.
|
GetServiceGraphResponse.Builder |
GetServiceGraphResponse.Builder.services(Service... services)
The services that have processed a traced request during the specified time frame.
|
| Modifier and Type | Method and Description |
|---|---|
GetTraceGraphResponse.Builder |
GetTraceGraphResponse.Builder.services(Collection<Service> services)
The services that have processed one of the specified requests.
|
GetServiceGraphResponse.Builder |
GetServiceGraphResponse.Builder.services(Collection<Service> services)
The services that have processed a traced request during the specified time frame.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Service> |
GetServiceGraphIterable.services()
Returns an iterable to iterate through the paginated
GetServiceGraphResponse.services() member. |
SdkPublisher<Service> |
GetServiceGraphPublisher.services()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Service> |
GetTraceGraphIterable.services()
Returns an iterable to iterate through the paginated
GetTraceGraphResponse.services() member. |
SdkPublisher<Service> |
GetTraceGraphPublisher.services()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.