Uses of Class
software.amazon.awssdk.services.xray.model.UnprocessedStatistics
-
Packages that use UnprocessedStatistics Package Description software.amazon.awssdk.services.xray.model -
-
Uses of UnprocessedStatistics in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type UnprocessedStatistics Modifier and Type Method Description List<UnprocessedStatistics>GetSamplingTargetsResponse. unprocessedStatistics()Information about SamplingStatisticsDocument that X-Ray could not process.Methods in software.amazon.awssdk.services.xray.model with parameters of type UnprocessedStatistics Modifier and Type Method Description GetSamplingTargetsResponse.BuilderGetSamplingTargetsResponse.Builder. unprocessedStatistics(UnprocessedStatistics... unprocessedStatistics)Information about SamplingStatisticsDocument that X-Ray could not process.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type UnprocessedStatistics Modifier and Type Method Description GetSamplingTargetsResponse.BuilderGetSamplingTargetsResponse.Builder. unprocessedStatistics(Collection<UnprocessedStatistics> unprocessedStatistics)Information about SamplingStatisticsDocument that X-Ray could not process.
-