| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| Modifier and Type | Method and Description |
|---|---|
default PostAgentProfileResponse |
CodeGuruProfilerClient.postAgentProfile(Consumer<PostAgentProfileRequest.Builder> postAgentProfileRequest)
Submits profiling data to an aggregated profile of a profiling group.
|
default PostAgentProfileResponse |
CodeGuruProfilerClient.postAgentProfile(PostAgentProfileRequest postAgentProfileRequest)
Submits profiling data to an aggregated profile of a profiling group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PostAgentProfileResponse> |
CodeGuruProfilerAsyncClient.postAgentProfile(Consumer<PostAgentProfileRequest.Builder> postAgentProfileRequest)
Submits profiling data to an aggregated profile of a profiling group.
|
default CompletableFuture<PostAgentProfileResponse> |
CodeGuruProfilerAsyncClient.postAgentProfile(PostAgentProfileRequest postAgentProfileRequest)
Submits profiling data to an aggregated profile of a profiling group.
|
Copyright © 2023. All rights reserved.