Uses of Interface
software.amazon.awssdk.services.oam.model.MetricConfiguration.Builder
-
Packages that use MetricConfiguration.Builder Package Description software.amazon.awssdk.services.oam.model -
-
Uses of MetricConfiguration.Builder in software.amazon.awssdk.services.oam.model
Methods in software.amazon.awssdk.services.oam.model that return MetricConfiguration.Builder Modifier and Type Method Description static MetricConfiguration.BuilderMetricConfiguration. builder()MetricConfiguration.BuilderMetricConfiguration.Builder. filter(String filter)Use this field to specify which metrics are to be shared with the monitoring account.MetricConfiguration.BuilderMetricConfiguration. toBuilder()Methods in software.amazon.awssdk.services.oam.model that return types with arguments of type MetricConfiguration.Builder Modifier and Type Method Description static Class<? extends MetricConfiguration.Builder>MetricConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.oam.model with type arguments of type MetricConfiguration.Builder Modifier and Type Method Description default LinkConfiguration.BuilderLinkConfiguration.Builder. metricConfiguration(Consumer<MetricConfiguration.Builder> metricConfiguration)Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.
-