Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.TimestampStructure
-
Packages that use TimestampStructure Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of TimestampStructure in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type TimestampStructure Modifier and Type Method Description List<TimestampStructure>BatchGetFrameMetricDataResponse. endTimes()List of instances, or time steps, in the time series.Map<String,List<TimestampStructure>>BatchGetFrameMetricDataResponse. unprocessedEndTimes()List of instances which remained unprocessed.Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type TimestampStructure Modifier and Type Method Description BatchGetFrameMetricDataResponse.BuilderBatchGetFrameMetricDataResponse.Builder. endTimes(TimestampStructure... endTimes)List of instances, or time steps, in the time series.Method parameters in software.amazon.awssdk.services.codeguruprofiler.model with type arguments of type TimestampStructure Modifier and Type Method Description BatchGetFrameMetricDataResponse.BuilderBatchGetFrameMetricDataResponse.Builder. endTimes(Collection<TimestampStructure> endTimes)List of instances, or time steps, in the time series.BatchGetFrameMetricDataResponse.BuilderBatchGetFrameMetricDataResponse.Builder. unprocessedEndTimes(Map<String,? extends Collection<TimestampStructure>> unprocessedEndTimes)List of instances which remained unprocessed.
-