| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler |
Example service documentation.
|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
GetProfileResult |
AbstractAmazonCodeGuruProfiler.getProfile(GetProfileRequest request) |
GetProfileResult |
AmazonCodeGuruProfiler.getProfile(GetProfileRequest getProfileRequest)
Get the aggregated profile of a profiling group for the specified time range.
|
GetProfileResult |
AmazonCodeGuruProfilerClient.getProfile(GetProfileRequest request)
Get the aggregated profile of a profiling group for the specified time range.
|
Future<GetProfileResult> |
AmazonCodeGuruProfilerAsync.getProfileAsync(GetProfileRequest getProfileRequest)
Get the aggregated profile of a profiling group for the specified time range.
|
Future<GetProfileResult> |
AbstractAmazonCodeGuruProfilerAsync.getProfileAsync(GetProfileRequest request) |
Future<GetProfileResult> |
AmazonCodeGuruProfilerAsyncClient.getProfileAsync(GetProfileRequest request) |
Future<GetProfileResult> |
AmazonCodeGuruProfilerAsync.getProfileAsync(GetProfileRequest getProfileRequest,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler)
Get the aggregated profile of a profiling group for the specified time range.
|
Future<GetProfileResult> |
AbstractAmazonCodeGuruProfilerAsync.getProfileAsync(GetProfileRequest request,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler) |
Future<GetProfileResult> |
AmazonCodeGuruProfilerAsyncClient.getProfileAsync(GetProfileRequest request,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetProfileResult> |
AmazonCodeGuruProfilerAsync.getProfileAsync(GetProfileRequest getProfileRequest,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler)
Get the aggregated profile of a profiling group for the specified time range.
|
Future<GetProfileResult> |
AbstractAmazonCodeGuruProfilerAsync.getProfileAsync(GetProfileRequest request,
AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler) |
Future<GetProfileResult> |
AmazonCodeGuruProfilerAsyncClient.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 profile to return.
|
GetProfileRequest |
GetProfileRequest.withEndTime(Date endTime)
The end time of the profile to get.
|
GetProfileRequest |
GetProfileRequest.withMaxDepth(Integer maxDepth) |
GetProfileRequest |
GetProfileRequest.withPeriod(String period)
The period of the profile to get.
|
GetProfileRequest |
GetProfileRequest.withProfilingGroupName(String profilingGroupName) |
GetProfileRequest |
GetProfileRequest.withStartTime(Date startTime)
The start time of the profile to get.
|
Copyright © 2020. All rights reserved.