| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| software.amazon.awssdk.services.codeguruprofiler.paginators | |
| software.amazon.awssdk.services.codeguruprofiler.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProfileTimesResponse> |
CodeGuruProfilerAsyncClient.listProfileTimes(ListProfileTimesRequest 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(ListProfileTimesRequest 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(ListProfileTimesRequest 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(ListProfileTimesRequest listProfileTimesRequest)
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within
the specified time range.
|
| Constructor and Description |
|---|
ListProfileTimesIterable(CodeGuruProfilerClient client,
ListProfileTimesRequest firstRequest) |
ListProfileTimesPublisher(CodeGuruProfilerAsyncClient client,
ListProfileTimesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListProfileTimesRequestMarshaller.marshall(ListProfileTimesRequest listProfileTimesRequest) |
Copyright © 2023. All rights reserved.