Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.MetricsConfiguration
-
Packages that use MetricsConfiguration Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of MetricsConfiguration in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return MetricsConfiguration Modifier and Type Method Description MetricsConfigurationCreateSystemInstanceRequest. metricsConfiguration()Returns the value of the MetricsConfiguration property for this object.MetricsConfigurationSystemInstanceDescription. metricsConfiguration()Returns the value of the MetricsConfiguration property for this object.Methods in software.amazon.awssdk.services.iotthingsgraph.model with parameters of type MetricsConfiguration Modifier and Type Method Description CreateSystemInstanceRequest.BuilderCreateSystemInstanceRequest.Builder. metricsConfiguration(MetricsConfiguration metricsConfiguration)Sets the value of the MetricsConfiguration property for this object.SystemInstanceDescription.BuilderSystemInstanceDescription.Builder. metricsConfiguration(MetricsConfiguration metricsConfiguration)Sets the value of the MetricsConfiguration property for this object.
-