| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| software.amazon.awssdk.services.codeguruprofiler.paginators |
| Modifier and Type | Method and Description |
|---|---|
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 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.
|
| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProfileTimesResponse> |
ListProfileTimesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfileTimesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProfileTimesResponse> subscriber) |
Copyright © 2023. All rights reserved.