| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
TimestampStructure |
TimestampStructure.clone() |
TimestampStructure |
TimestampStructure.withValue(Date value)
A
Timestamp. |
| Modifier and Type | Method and Description |
|---|---|
List<TimestampStructure> |
BatchGetFrameMetricDataResult.getEndTimes()
List of instances, or time steps, in the time series.
|
Map<String,List<TimestampStructure>> |
BatchGetFrameMetricDataResult.getUnprocessedEndTimes()
List of instances which remained unprocessed.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetFrameMetricDataResult |
BatchGetFrameMetricDataResult.withEndTimes(TimestampStructure... endTimes)
List of instances, or time steps, in the time series.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetFrameMetricDataResult |
BatchGetFrameMetricDataResult.addUnprocessedEndTimesEntry(String key,
List<TimestampStructure> value)
Add a single UnprocessedEndTimes entry
|
void |
BatchGetFrameMetricDataResult.setEndTimes(Collection<TimestampStructure> endTimes)
List of instances, or time steps, in the time series.
|
void |
BatchGetFrameMetricDataResult.setUnprocessedEndTimes(Map<String,List<TimestampStructure>> unprocessedEndTimes)
List of instances which remained unprocessed.
|
BatchGetFrameMetricDataResult |
BatchGetFrameMetricDataResult.withEndTimes(Collection<TimestampStructure> endTimes)
List of instances, or time steps, in the time series.
|
BatchGetFrameMetricDataResult |
BatchGetFrameMetricDataResult.withUnprocessedEndTimes(Map<String,List<TimestampStructure>> unprocessedEndTimes)
List of instances which remained unprocessed.
|
Copyright © 2024. All rights reserved.