Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.ProfileTime
-
Packages that use ProfileTime Package Description software.amazon.awssdk.services.codeguruprofiler.model software.amazon.awssdk.services.codeguruprofiler.paginators -
-
Uses of ProfileTime in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type ProfileTime Modifier and Type Method Description List<ProfileTime>ListProfileTimesResponse. profileTimes()The list of start times of the available profiles for the aggregation period in the specified time range.Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type ProfileTime Modifier and Type Method Description ListProfileTimesResponse.BuilderListProfileTimesResponse.Builder. profileTimes(ProfileTime... profileTimes)The list of start times of the available profiles for the aggregation period in the specified time range.Method parameters in software.amazon.awssdk.services.codeguruprofiler.model with type arguments of type ProfileTime Modifier and Type Method Description ListProfileTimesResponse.BuilderListProfileTimesResponse.Builder. profileTimes(Collection<ProfileTime> profileTimes)The list of start times of the available profiles for the aggregation period in the specified time range. -
Uses of ProfileTime in software.amazon.awssdk.services.codeguruprofiler.paginators
Methods in software.amazon.awssdk.services.codeguruprofiler.paginators that return types with arguments of type ProfileTime Modifier and Type Method Description SdkIterable<ProfileTime>ListProfileTimesIterable. profileTimes()Returns an iterable to iterate through the paginatedListProfileTimesResponse.profileTimes()member.SdkPublisher<ProfileTime>ListProfileTimesPublisher. profileTimes()Returns a publisher that can be used to get a stream of data.
-