| Package | Description |
|---|---|
| com.amazonaws.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceARNDetail |
ResourceARNDetail.clone() |
ResourceARNDetail |
ResourceARNDetail.withARN(String aRN)
The ARN of a corresponding resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceARNDetail> |
TraceSummary.getResourceARNs()
A list of resource ARNs for any resource corresponding to the trace segments.
|
| Modifier and Type | Method and Description |
|---|---|
TraceSummary |
TraceSummary.withResourceARNs(ResourceARNDetail... resourceARNs)
A list of resource ARNs for any resource corresponding to the trace segments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TraceSummary.setResourceARNs(Collection<ResourceARNDetail> resourceARNs)
A list of resource ARNs for any resource corresponding to the trace segments.
|
TraceSummary |
TraceSummary.withResourceARNs(Collection<ResourceARNDetail> resourceARNs)
A list of resource ARNs for any resource corresponding to the trace segments.
|
Copyright © 2021. All rights reserved.