Uses of Interface
software.amazon.awssdk.services.devopsguru.model.PerformanceInsightsStat.Builder
-
Packages that use PerformanceInsightsStat.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of PerformanceInsightsStat.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return PerformanceInsightsStat.Builder Modifier and Type Method Description static PerformanceInsightsStat.BuilderPerformanceInsightsStat. builder()PerformanceInsightsStat.BuilderPerformanceInsightsStat. toBuilder()PerformanceInsightsStat.BuilderPerformanceInsightsStat.Builder. type(String type)The statistic type.PerformanceInsightsStat.BuilderPerformanceInsightsStat.Builder. value(Double value)The value of the statistic.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type PerformanceInsightsStat.Builder Modifier and Type Method Description static Class<? extends PerformanceInsightsStat.Builder>PerformanceInsightsStat. serializableBuilderClass()
-