Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.PostAgentProfileRequest
-
Packages that use PostAgentProfileRequest Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations.software.amazon.awssdk.services.codeguruprofiler.transform -
-
Uses of PostAgentProfileRequest in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler with parameters of type PostAgentProfileRequest Modifier and Type Method Description default CompletableFuture<PostAgentProfileResponse>CodeGuruProfilerAsyncClient. postAgentProfile(PostAgentProfileRequest 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. -
Uses of PostAgentProfileRequest in software.amazon.awssdk.services.codeguruprofiler.transform
Methods in software.amazon.awssdk.services.codeguruprofiler.transform with parameters of type PostAgentProfileRequest Modifier and Type Method Description SdkHttpFullRequestPostAgentProfileRequestMarshaller. marshall(PostAgentProfileRequest postAgentProfileRequest)
-