Package | Description |
---|---|
com.amazonaws.services.xray.model | |
com.amazonaws.services.xray.model.transform |
Modifier and Type | Method and Description |
---|---|
ErrorStatistics |
ErrorStatistics.clone() |
ErrorStatistics |
EdgeStatistics.getErrorStatistics()
Information about requests that failed with a 4xx Client Error status code.
|
ErrorStatistics |
ServiceStatistics.getErrorStatistics()
Information about requests that failed with a 4xx Client Error status code.
|
ErrorStatistics |
ErrorStatistics.withOtherCount(Long otherCount)
The number of requests that failed with untracked 4xx Client Error status codes.
|
ErrorStatistics |
ErrorStatistics.withThrottleCount(Long throttleCount)
The number of requests that failed with a 419 throttling status code.
|
ErrorStatistics |
ErrorStatistics.withTotalCount(Long totalCount)
The total number of requests that failed with a 4xx Client Error status code.
|
Modifier and Type | Method and Description |
---|---|
void |
EdgeStatistics.setErrorStatistics(ErrorStatistics errorStatistics)
Information about requests that failed with a 4xx Client Error status code.
|
void |
ServiceStatistics.setErrorStatistics(ErrorStatistics errorStatistics)
Information about requests that failed with a 4xx Client Error status code.
|
EdgeStatistics |
EdgeStatistics.withErrorStatistics(ErrorStatistics errorStatistics)
Information about requests that failed with a 4xx Client Error status code.
|
ServiceStatistics |
ServiceStatistics.withErrorStatistics(ErrorStatistics errorStatistics)
Information about requests that failed with a 4xx Client Error status code.
|
Modifier and Type | Method and Description |
---|---|
ErrorStatistics |
ErrorStatisticsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ErrorStatisticsMarshaller.marshall(ErrorStatistics errorStatistics,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.