Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.GetProfileResponse
-
Packages that use GetProfileResponse Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations. -
-
Uses of GetProfileResponse in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler that return GetProfileResponse Modifier and Type Method Description default GetProfileResponseCodeGuruProfilerClient. getProfile(Consumer<GetProfileRequest.Builder> getProfileRequest)Gets the aggregated profile of a profiling group for a specified time range.default GetProfileResponseCodeGuruProfilerClient. getProfile(GetProfileRequest getProfileRequest)Gets the aggregated profile of a profiling group for a specified time range.Methods in software.amazon.awssdk.services.codeguruprofiler that return types with arguments of type GetProfileResponse Modifier and Type Method Description default CompletableFuture<GetProfileResponse>CodeGuruProfilerAsyncClient. getProfile(Consumer<GetProfileRequest.Builder> getProfileRequest)Gets the aggregated profile of a profiling group for a specified time range.default CompletableFuture<GetProfileResponse>CodeGuruProfilerAsyncClient. getProfile(GetProfileRequest getProfileRequest)Gets the aggregated profile of a profiling group for a specified time range.
-