Uses of Interface
software.amazon.awssdk.services.codeguruprofiler.model.Match.Builder
-
Packages that use Match.Builder Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of Match.Builder in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return Match.Builder Modifier and Type Method Description static Match.BuilderMatch. builder()Match.BuilderMatch.Builder. frameAddress(String frameAddress)The location in the profiling graph that contains a recommendation found during analysis.Match.BuilderMatch.Builder. targetFramesIndex(Integer targetFramesIndex)The target frame that triggered a match.Match.BuilderMatch.Builder. thresholdBreachValue(Double thresholdBreachValue)The value in the profile data that exceeded the recommendation threshold.Match.BuilderMatch. toBuilder()Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type Match.Builder Modifier and Type Method Description static Class<? extends Match.Builder>Match. serializableBuilderClass()
-