| 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 |
|---|---|
PostAgentProfileResult |
AbstractAmazonCodeGuruProfiler.postAgentProfile(PostAgentProfileRequest request) |
PostAgentProfileResult |
AmazonCodeGuruProfiler.postAgentProfile(PostAgentProfileRequest postAgentProfileRequest)
Submits profiling data to an aggregated profile of a profiling group.
|
PostAgentProfileResult |
AmazonCodeGuruProfilerClient.postAgentProfile(PostAgentProfileRequest request)
Submits profiling data to an aggregated profile of a profiling group.
|
Future<PostAgentProfileResult> |
AmazonCodeGuruProfilerAsync.postAgentProfileAsync(PostAgentProfileRequest postAgentProfileRequest)
Submits profiling data to an aggregated profile of a profiling group.
|
Future<PostAgentProfileResult> |
AmazonCodeGuruProfilerAsyncClient.postAgentProfileAsync(PostAgentProfileRequest request) |
Future<PostAgentProfileResult> |
AbstractAmazonCodeGuruProfilerAsync.postAgentProfileAsync(PostAgentProfileRequest request) |
Future<PostAgentProfileResult> |
AmazonCodeGuruProfilerAsync.postAgentProfileAsync(PostAgentProfileRequest postAgentProfileRequest,
AsyncHandler<PostAgentProfileRequest,PostAgentProfileResult> asyncHandler)
Submits profiling data to an aggregated profile of a profiling group.
|
Future<PostAgentProfileResult> |
AmazonCodeGuruProfilerAsyncClient.postAgentProfileAsync(PostAgentProfileRequest request,
AsyncHandler<PostAgentProfileRequest,PostAgentProfileResult> asyncHandler) |
Future<PostAgentProfileResult> |
AbstractAmazonCodeGuruProfilerAsync.postAgentProfileAsync(PostAgentProfileRequest request,
AsyncHandler<PostAgentProfileRequest,PostAgentProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PostAgentProfileResult> |
AmazonCodeGuruProfilerAsync.postAgentProfileAsync(PostAgentProfileRequest postAgentProfileRequest,
AsyncHandler<PostAgentProfileRequest,PostAgentProfileResult> asyncHandler)
Submits profiling data to an aggregated profile of a profiling group.
|
Future<PostAgentProfileResult> |
AmazonCodeGuruProfilerAsyncClient.postAgentProfileAsync(PostAgentProfileRequest request,
AsyncHandler<PostAgentProfileRequest,PostAgentProfileResult> asyncHandler) |
Future<PostAgentProfileResult> |
AbstractAmazonCodeGuruProfilerAsync.postAgentProfileAsync(PostAgentProfileRequest request,
AsyncHandler<PostAgentProfileRequest,PostAgentProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PostAgentProfileRequest |
PostAgentProfileRequest.clone() |
PostAgentProfileRequest |
PostAgentProfileRequest.withAgentProfile(ByteBuffer agentProfile)
The submitted profiling data.
|
PostAgentProfileRequest |
PostAgentProfileRequest.withContentType(String contentType)
The format of the submitted profiling data.
|
PostAgentProfileRequest |
PostAgentProfileRequest.withProfileToken(String profileToken)
Amazon CodeGuru Profiler uses this universally unique identifier (UUID) to prevent the accidental submission of
duplicate profiling data if there are failures and retries.
|
PostAgentProfileRequest |
PostAgentProfileRequest.withProfilingGroupName(String profilingGroupName)
The name of the profiling group with the aggregated profile that receives the submitted profiling data.
|
Copyright © 2022. All rights reserved.