| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| software.amazon.awssdk.services.codeguruprofiler.model |
| 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 PostAgentProfileResponse |
CodeGuruProfilerClient.postAgentProfile(Consumer<PostAgentProfileRequest.Builder> postAgentProfileRequest)
Submits profiling data to an aggregated profile of a profiling group.
|
| Modifier and Type | Method and Description |
|---|---|
PostAgentProfileRequest.Builder |
PostAgentProfileRequest.Builder.agentProfile(SdkBytes agentProfile)
The submitted profiling data.
|
static PostAgentProfileRequest.Builder |
PostAgentProfileRequest.builder() |
PostAgentProfileRequest.Builder |
PostAgentProfileRequest.Builder.contentType(String contentType)
The format of the submitted profiling data.
|
PostAgentProfileRequest.Builder |
PostAgentProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PostAgentProfileRequest.Builder |
PostAgentProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PostAgentProfileRequest.Builder |
PostAgentProfileRequest.Builder.profileToken(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.Builder |
PostAgentProfileRequest.Builder.profilingGroupName(String profilingGroupName)
The name of the profiling group with the aggregated profile that receives the submitted profiling data.
|
PostAgentProfileRequest.Builder |
PostAgentProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PostAgentProfileRequest.Builder> |
PostAgentProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.