| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
GetProfileResult |
AmazonCodeGuruProfilerClient.getProfile(GetProfileRequest request)
Gets the aggregated profile of a profiling group for a specified time range.
|
GetProfileResult |
AmazonCodeGuruProfiler.getProfile(GetProfileRequest getProfileRequest)
Gets the aggregated profile of a profiling group for a specified time range.
|
GetProfileResult |
AbstractAmazonCodeGuruProfiler.getProfile(GetProfileRequest request) |
Future<GetProfileResult> |
AmazonCodeGuruProfilerAsyncClient.getProfileAsync(GetProfileRequest request) |
Future<GetProfileResult> |
AmazonCodeGuruProfilerAsync.getProfileAsync(GetProfileRequest getProfileRequest)
Gets the aggregated profile of a profiling group for a specified time range.
|
Future<GetProfileResult> |
AbstractAmazonCodeGuruProfilerAsync.getProfileAsync(GetProfileRequest request) |
Future<GetProfileResult> |
AmazonCodeGuruProfilerAsyncClient.getProfileAsync(GetProfileRequest request,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler) |
Future<GetProfileResult> |
AmazonCodeGuruProfilerAsync.getProfileAsync(GetProfileRequest getProfileRequest,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler)
Gets the aggregated profile of a profiling group for a specified time range.
|
Future<GetProfileResult> |
AbstractAmazonCodeGuruProfilerAsync.getProfileAsync(GetProfileRequest request,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetProfileResult> |
AmazonCodeGuruProfilerAsyncClient.getProfileAsync(GetProfileRequest request,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler) |
Future<GetProfileResult> |
AmazonCodeGuruProfilerAsync.getProfileAsync(GetProfileRequest getProfileRequest,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler)
Gets the aggregated profile of a profiling group for a specified time range.
|
Future<GetProfileResult> |
AbstractAmazonCodeGuruProfilerAsync.getProfileAsync(GetProfileRequest request,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetProfileRequest |
GetProfileRequest.clone() |
GetProfileRequest |
GetProfileRequest.withAccept(String accept)
The format of the returned profiling data.
|
GetProfileRequest |
GetProfileRequest.withEndTime(Date endTime)
The end time of the requested profile.
|
GetProfileRequest |
GetProfileRequest.withMaxDepth(Integer maxDepth)
The maximum depth of the stacks in the code that is represented in the aggregated profile.
|
GetProfileRequest |
GetProfileRequest.withPeriod(String period)
Used with
startTime or endTime to specify the time range for the returned aggregated
profile. |
GetProfileRequest |
GetProfileRequest.withProfilingGroupName(String profilingGroupName)
The name of the profiling group to get.
|
GetProfileRequest |
GetProfileRequest.withStartTime(Date startTime)
The start time of the profile to get.
|
Copyright © 2023. All rights reserved.