Uses of Class
software.amazon.awssdk.services.cloudtrail.model.InsightsMetricDataType
-
Packages that use InsightsMetricDataType Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of InsightsMetricDataType in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return InsightsMetricDataType Modifier and Type Method Description InsightsMetricDataTypeListInsightsMetricDataRequest. dataType()Type of datapoints to return.static InsightsMetricDataTypeInsightsMetricDataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InsightsMetricDataTypeInsightsMetricDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static InsightsMetricDataType[]InsightsMetricDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type InsightsMetricDataType Modifier and Type Method Description static Set<InsightsMetricDataType>InsightsMetricDataType. knownValues()Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type InsightsMetricDataType Modifier and Type Method Description ListInsightsMetricDataRequest.BuilderListInsightsMetricDataRequest.Builder. dataType(InsightsMetricDataType dataType)Type of datapoints to return.
-