| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProfileTimesResponse> |
CodeGuruProfilerAsyncClient.listProfileTimes(Consumer<ListProfileTimesRequest.Builder> listProfileTimesRequest)
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within
the specified time range.
|
default ListProfileTimesResponse |
CodeGuruProfilerClient.listProfileTimes(Consumer<ListProfileTimesRequest.Builder> listProfileTimesRequest)
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within
the specified time range.
|
default ListProfileTimesPublisher |
CodeGuruProfilerAsyncClient.listProfileTimesPaginator(Consumer<ListProfileTimesRequest.Builder> listProfileTimesRequest)
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within
the specified time range.
|
default ListProfileTimesIterable |
CodeGuruProfilerClient.listProfileTimesPaginator(Consumer<ListProfileTimesRequest.Builder> listProfileTimesRequest)
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within
the specified time range.
|
| Modifier and Type | Method and Description |
|---|---|
static ListProfileTimesRequest.Builder |
ListProfileTimesRequest.builder() |
ListProfileTimesRequest.Builder |
ListProfileTimesRequest.Builder.endTime(Instant endTime)
The end time of the time range from which to list the profiles.
|
ListProfileTimesRequest.Builder |
ListProfileTimesRequest.Builder.maxResults(Integer maxResults)
The maximum number of profile time results returned by
ListProfileTimes in paginated output. |
ListProfileTimesRequest.Builder |
ListProfileTimesRequest.Builder.nextToken(String nextToken)
The
nextToken value returned from a previous paginated ListProfileTimes request
where maxResults was used and the results exceeded the value of that parameter. |
ListProfileTimesRequest.Builder |
ListProfileTimesRequest.Builder.orderBy(OrderBy orderBy)
The order (ascending or descending by start time of the profile) to use when listing profiles.
|
ListProfileTimesRequest.Builder |
ListProfileTimesRequest.Builder.orderBy(String orderBy)
The order (ascending or descending by start time of the profile) to use when listing profiles.
|
ListProfileTimesRequest.Builder |
ListProfileTimesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProfileTimesRequest.Builder |
ListProfileTimesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProfileTimesRequest.Builder |
ListProfileTimesRequest.Builder.period(AggregationPeriod period)
The aggregation period.
|
ListProfileTimesRequest.Builder |
ListProfileTimesRequest.Builder.period(String period)
The aggregation period.
|
ListProfileTimesRequest.Builder |
ListProfileTimesRequest.Builder.profilingGroupName(String profilingGroupName)
The name of the profiling group.
|
ListProfileTimesRequest.Builder |
ListProfileTimesRequest.Builder.startTime(Instant startTime)
The start time of the time range from which to list the profiles.
|
ListProfileTimesRequest.Builder |
ListProfileTimesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListProfileTimesRequest.Builder> |
ListProfileTimesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.