Uses of Interface
software.amazon.awssdk.services.codeguruprofiler.model.PostAgentProfileRequest.Builder
-
Packages that use PostAgentProfileRequest.Builder Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations.software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of PostAgentProfileRequest.Builder in software.amazon.awssdk.services.codeguruprofiler
Method parameters in software.amazon.awssdk.services.codeguruprofiler with type arguments of type PostAgentProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<PostAgentProfileResponse>CodeGuruProfilerAsyncClient. postAgentProfile(Consumer<PostAgentProfileRequest.Builder> postAgentProfileRequest)Submits profiling data to an aggregated profile of a profiling group.default PostAgentProfileResponseCodeGuruProfilerClient. postAgentProfile(Consumer<PostAgentProfileRequest.Builder> postAgentProfileRequest)Submits profiling data to an aggregated profile of a profiling group. -
Uses of PostAgentProfileRequest.Builder in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return PostAgentProfileRequest.Builder Modifier and Type Method Description PostAgentProfileRequest.BuilderPostAgentProfileRequest.Builder. agentProfile(SdkBytes agentProfile)The submitted profiling data.static PostAgentProfileRequest.BuilderPostAgentProfileRequest. builder()PostAgentProfileRequest.BuilderPostAgentProfileRequest.Builder. contentType(String contentType)The format of the submitted profiling data.PostAgentProfileRequest.BuilderPostAgentProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PostAgentProfileRequest.BuilderPostAgentProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PostAgentProfileRequest.BuilderPostAgentProfileRequest.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.BuilderPostAgentProfileRequest.Builder. profilingGroupName(String profilingGroupName)The name of the profiling group with the aggregated profile that receives the submitted profiling data.PostAgentProfileRequest.BuilderPostAgentProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type PostAgentProfileRequest.Builder Modifier and Type Method Description static Class<? extends PostAgentProfileRequest.Builder>PostAgentProfileRequest. serializableBuilderClass()
-