| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileTime |
ProfileTime.clone() |
ProfileTime |
ProfileTime.withStart(Date start)
The start time of a profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileTime> |
ListProfileTimesResult.getProfileTimes()
The list of start times of the available profiles for the aggregation period in the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
ListProfileTimesResult |
ListProfileTimesResult.withProfileTimes(ProfileTime... profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfileTimesResult.setProfileTimes(Collection<ProfileTime> profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
|
ListProfileTimesResult |
ListProfileTimesResult.withProfileTimes(Collection<ProfileTime> profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
|
Copyright © 2022. All rights reserved.