Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.PostAgentProfileResponse
-
Packages that use PostAgentProfileResponse Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations. -
-
Uses of PostAgentProfileResponse in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler that return PostAgentProfileResponse Modifier and Type Method Description default PostAgentProfileResponseCodeGuruProfilerClient. postAgentProfile(Consumer<PostAgentProfileRequest.Builder> postAgentProfileRequest)Submits profiling data to an aggregated profile of a profiling group.default PostAgentProfileResponseCodeGuruProfilerClient. postAgentProfile(PostAgentProfileRequest postAgentProfileRequest)Submits profiling data to an aggregated profile of a profiling group.Methods in software.amazon.awssdk.services.codeguruprofiler that return types with arguments of type PostAgentProfileResponse 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 CompletableFuture<PostAgentProfileResponse>CodeGuruProfilerAsyncClient. postAgentProfile(PostAgentProfileRequest postAgentProfileRequest)Submits profiling data to an aggregated profile of a profiling group.
-