Uses of Enum
software.amazon.awssdk.services.cloudwatch.model.MetricStreamOutputFormat
Packages that use MetricStreamOutputFormat
-
Uses of MetricStreamOutputFormat in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return MetricStreamOutputFormatModifier and TypeMethodDescriptionstatic MetricStreamOutputFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MetricStreamOutputFormatGetMetricStreamResponse.outputFormat()The output format for the stream.final MetricStreamOutputFormatMetricStreamEntry.outputFormat()The output format of this metric stream.final MetricStreamOutputFormatPutMetricStreamRequest.outputFormat()The output format for the stream.static MetricStreamOutputFormatReturns 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 MetricStreamOutputFormatModifier and TypeMethodDescriptionstatic Set<MetricStreamOutputFormat>MetricStreamOutputFormat.knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type MetricStreamOutputFormatModifier and TypeMethodDescriptionGetMetricStreamResponse.Builder.outputFormat(MetricStreamOutputFormat outputFormat) The output format for the stream.MetricStreamEntry.Builder.outputFormat(MetricStreamOutputFormat outputFormat) The output format of this metric stream.PutMetricStreamRequest.Builder.outputFormat(MetricStreamOutputFormat outputFormat) The output format for the stream.