| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model | |
| software.amazon.awssdk.services.codeguruprofiler.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileTime> |
ListProfileTimesResponse.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 |
|---|---|
ListProfileTimesResponse.Builder |
ListProfileTimesResponse.Builder.profileTimes(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 |
|---|---|
ListProfileTimesResponse.Builder |
ListProfileTimesResponse.Builder.profileTimes(Collection<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 |
|---|---|
SdkPublisher<ProfileTime> |
ListProfileTimesPublisher.profileTimes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ProfileTime> |
ListProfileTimesIterable.profileTimes()
Returns an iterable to iterate through the paginated
ListProfileTimesResponse.profileTimes() member. |
Copyright © 2023. All rights reserved.