| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler |
Example service documentation.
|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
PostAgentProfileResult |
AbstractAmazonCodeGuruProfiler.postAgentProfile(PostAgentProfileRequest request) |
PostAgentProfileResult |
AmazonCodeGuruProfiler.postAgentProfile(PostAgentProfileRequest postAgentProfileRequest)
Submit profile collected by an agent belonging to a profiling group for aggregation.
|
PostAgentProfileResult |
AmazonCodeGuruProfilerClient.postAgentProfile(PostAgentProfileRequest request)
Submit profile collected by an agent belonging to a profiling group for aggregation.
|
Future<PostAgentProfileResult> |
AmazonCodeGuruProfilerAsync.postAgentProfileAsync(PostAgentProfileRequest postAgentProfileRequest)
Submit profile collected by an agent belonging to a profiling group for aggregation.
|
Future<PostAgentProfileResult> |
AbstractAmazonCodeGuruProfilerAsync.postAgentProfileAsync(PostAgentProfileRequest request) |
Future<PostAgentProfileResult> |
AmazonCodeGuruProfilerAsyncClient.postAgentProfileAsync(PostAgentProfileRequest request) |
Future<PostAgentProfileResult> |
AmazonCodeGuruProfilerAsync.postAgentProfileAsync(PostAgentProfileRequest postAgentProfileRequest,
AsyncHandler<PostAgentProfileRequest,PostAgentProfileResult> asyncHandler)
Submit profile collected by an agent belonging to a profiling group for aggregation.
|
Future<PostAgentProfileResult> |
AbstractAmazonCodeGuruProfilerAsync.postAgentProfileAsync(PostAgentProfileRequest request,
AsyncHandler<PostAgentProfileRequest,PostAgentProfileResult> asyncHandler) |
Future<PostAgentProfileResult> |
AmazonCodeGuruProfilerAsyncClient.postAgentProfileAsync(PostAgentProfileRequest request,
AsyncHandler<PostAgentProfileRequest,PostAgentProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PostAgentProfileResult> |
AmazonCodeGuruProfilerAsync.postAgentProfileAsync(PostAgentProfileRequest postAgentProfileRequest,
AsyncHandler<PostAgentProfileRequest,PostAgentProfileResult> asyncHandler)
Submit profile collected by an agent belonging to a profiling group for aggregation.
|
Future<PostAgentProfileResult> |
AbstractAmazonCodeGuruProfilerAsync.postAgentProfileAsync(PostAgentProfileRequest request,
AsyncHandler<PostAgentProfileRequest,PostAgentProfileResult> asyncHandler) |
Future<PostAgentProfileResult> |
AmazonCodeGuruProfilerAsyncClient.postAgentProfileAsync(PostAgentProfileRequest request,
AsyncHandler<PostAgentProfileRequest,PostAgentProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PostAgentProfileRequest |
PostAgentProfileRequest.clone() |
PostAgentProfileRequest |
PostAgentProfileRequest.withAgentProfile(ByteBuffer agentProfile)
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service.
|
PostAgentProfileRequest |
PostAgentProfileRequest.withContentType(String contentType)
The content type of the agent profile in the payload.
|
PostAgentProfileRequest |
PostAgentProfileRequest.withProfileToken(String profileToken)
Client generated token to deduplicate the agent profile during aggregation.
|
PostAgentProfileRequest |
PostAgentProfileRequest.withProfilingGroupName(String profilingGroupName) |
Copyright © 2020. All rights reserved.