Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.GetProfileRequest
-
Packages that use GetProfileRequest 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 GetProfileRequest in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler with parameters of type GetProfileRequest Modifier and Type Method Description default CompletableFuture<GetProfileResponse>CodeGuruProfilerAsyncClient. getProfile(GetProfileRequest 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. -
Uses of GetProfileRequest in software.amazon.awssdk.services.codeguruprofiler.transform
Methods in software.amazon.awssdk.services.codeguruprofiler.transform with parameters of type GetProfileRequest Modifier and Type Method Description SdkHttpFullRequestGetProfileRequestMarshaller. marshall(GetProfileRequest getProfileRequest)
-