| 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 the profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfileTime> |
ListProfileTimesResult.getProfileTimes()
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)
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)
List of start times of the available profiles for the aggregation period in the specified time range.
|
ListProfileTimesResult |
ListProfileTimesResult.withProfileTimes(Collection<ProfileTime> profileTimes)
List of start times of the available profiles for the aggregation period in the specified time range.
|
Copyright © 2020. All rights reserved.