| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static Match.Builder |
Match.builder() |
Match.Builder |
Match.Builder.frameAddress(String frameAddress)
The location in the profiling graph that contains a recommendation found during analysis.
|
Match.Builder |
Match.Builder.targetFramesIndex(Integer targetFramesIndex)
The target frame that triggered a match.
|
Match.Builder |
Match.Builder.thresholdBreachValue(Double thresholdBreachValue)
The value in the profile data that exceeded the recommendation threshold.
|
Match.Builder |
Match.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Match.Builder> |
Match.serializableBuilderClass() |
Copyright © 2023. All rights reserved.