| 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) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
GetProfileResult |
GetProfileResult.clone() |
GetProfileResult |
GetProfileResult.withContentEncoding(String contentEncoding)
The content encoding of the profile.
|
GetProfileResult |
GetProfileResult.withContentType(String contentType)
The content type of the profile in the payload.
|
GetProfileResult |
GetProfileResult.withProfile(ByteBuffer profile)
Information about the profile.
|
Copyright © 2023. All rights reserved.