Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MetricStreamOutputFormat
-
Packages that use MetricStreamOutputFormat Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of MetricStreamOutputFormat in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return MetricStreamOutputFormat Modifier and Type Method Description static MetricStreamOutputFormatMetricStreamOutputFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MetricStreamOutputFormatGetMetricStreamResponse. outputFormat()The output format for the stream.MetricStreamOutputFormatMetricStreamEntry. outputFormat()The output format of this metric stream.MetricStreamOutputFormatPutMetricStreamRequest. outputFormat()The output format for the stream.static MetricStreamOutputFormatMetricStreamOutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricStreamOutputFormat[]MetricStreamOutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricStreamOutputFormat Modifier and Type Method Description static Set<MetricStreamOutputFormat>MetricStreamOutputFormat. knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type MetricStreamOutputFormat Modifier and Type Method Description GetMetricStreamResponse.BuilderGetMetricStreamResponse.Builder. outputFormat(MetricStreamOutputFormat outputFormat)The output format for the stream.MetricStreamEntry.BuilderMetricStreamEntry.Builder. outputFormat(MetricStreamOutputFormat outputFormat)The output format of this metric stream.PutMetricStreamRequest.BuilderPutMetricStreamRequest.Builder. outputFormat(MetricStreamOutputFormat outputFormat)The output format for the stream.
-