Uses of Class
software.amazon.awssdk.services.medialive.model.CloudWatchAlarmTemplateStatistic
-
Packages that use CloudWatchAlarmTemplateStatistic Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of CloudWatchAlarmTemplateStatistic in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return CloudWatchAlarmTemplateStatistic Modifier and Type Method Description static CloudWatchAlarmTemplateStatisticCloudWatchAlarmTemplateStatistic. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CloudWatchAlarmTemplateStatisticCloudWatchAlarmTemplateSummary. statistic()Returns the value of the Statistic property for this object.CloudWatchAlarmTemplateStatisticCreateCloudWatchAlarmTemplateRequest. statistic()Returns the value of the Statistic property for this object.CloudWatchAlarmTemplateStatisticCreateCloudWatchAlarmTemplateResponse. statistic()Returns the value of the Statistic property for this object.CloudWatchAlarmTemplateStatisticGetCloudWatchAlarmTemplateResponse. statistic()Returns the value of the Statistic property for this object.CloudWatchAlarmTemplateStatisticUpdateCloudWatchAlarmTemplateRequest. statistic()Returns the value of the Statistic property for this object.CloudWatchAlarmTemplateStatisticUpdateCloudWatchAlarmTemplateResponse. statistic()Returns the value of the Statistic property for this object.static CloudWatchAlarmTemplateStatisticCloudWatchAlarmTemplateStatistic. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudWatchAlarmTemplateStatistic[]CloudWatchAlarmTemplateStatistic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type CloudWatchAlarmTemplateStatistic Modifier and Type Method Description static Set<CloudWatchAlarmTemplateStatistic>CloudWatchAlarmTemplateStatistic. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type CloudWatchAlarmTemplateStatistic Modifier and Type Method Description CloudWatchAlarmTemplateSummary.BuilderCloudWatchAlarmTemplateSummary.Builder. statistic(CloudWatchAlarmTemplateStatistic statistic)Sets the value of the Statistic property for this object.CreateCloudWatchAlarmTemplateRequest.BuilderCreateCloudWatchAlarmTemplateRequest.Builder. statistic(CloudWatchAlarmTemplateStatistic statistic)Sets the value of the Statistic property for this object.CreateCloudWatchAlarmTemplateResponse.BuilderCreateCloudWatchAlarmTemplateResponse.Builder. statistic(CloudWatchAlarmTemplateStatistic statistic)Sets the value of the Statistic property for this object.GetCloudWatchAlarmTemplateResponse.BuilderGetCloudWatchAlarmTemplateResponse.Builder. statistic(CloudWatchAlarmTemplateStatistic statistic)Sets the value of the Statistic property for this object.UpdateCloudWatchAlarmTemplateRequest.BuilderUpdateCloudWatchAlarmTemplateRequest.Builder. statistic(CloudWatchAlarmTemplateStatistic statistic)Sets the value of the Statistic property for this object.UpdateCloudWatchAlarmTemplateResponse.BuilderUpdateCloudWatchAlarmTemplateResponse.Builder. statistic(CloudWatchAlarmTemplateStatistic statistic)Sets the value of the Statistic property for this object.
-