Uses of Class
com.elastisys.autoscaler.metricstreamers.cloudwatch.config.CloudWatchMetricStreamDefinition
-
Packages that use CloudWatchMetricStreamDefinition Package Description com.elastisys.autoscaler.metricstreamers.cloudwatch.config com.elastisys.autoscaler.metricstreamers.cloudwatch.stream -
-
Uses of CloudWatchMetricStreamDefinition in com.elastisys.autoscaler.metricstreamers.cloudwatch.config
Methods in com.elastisys.autoscaler.metricstreamers.cloudwatch.config that return CloudWatchMetricStreamDefinition Modifier and Type Method Description CloudWatchMetricStreamDefinitionCloudWatchMetricStreamDefinition. withPeriod(com.elastisys.scale.commons.json.types.TimeInterval period)Creates a field-by-field copy of this object with the period field substituted in the returned clone.CloudWatchMetricStreamDefinitionCloudWatchMetricStreamDefinition. withStatistic(CloudWatchStatistic statistic)Creates a field-by-field copy of this object with the statistic field substituted in the returned clone.Methods in com.elastisys.autoscaler.metricstreamers.cloudwatch.config that return types with arguments of type CloudWatchMetricStreamDefinition Modifier and Type Method Description java.util.List<CloudWatchMetricStreamDefinition>CloudWatchMetricStreamerConfig. getMetricStreams()Returns the collection of subscribable metric streams.Methods in com.elastisys.autoscaler.metricstreamers.cloudwatch.config with parameters of type CloudWatchMetricStreamDefinition Modifier and Type Method Description CloudWatchMetricStreamerConfigCloudWatchMetricStreamerConfig. withStreamDefinition(CloudWatchMetricStreamDefinition stream)Returns a copy of thisCloudWatchMetricStreamerConfigwith an additionalCloudWatchMetricStreamDefinition.Constructor parameters in com.elastisys.autoscaler.metricstreamers.cloudwatch.config with type arguments of type CloudWatchMetricStreamDefinition Constructor Description CloudWatchMetricStreamerConfig(java.lang.String accessKeyId, java.lang.String secretAccessKey, java.lang.String region, com.elastisys.scale.commons.json.types.TimeInterval pollInterval, java.util.List<CloudWatchMetricStreamDefinition> metricStreams)Creates a newCloudWatchMetricStreamerConfigwith the specified configuration values. -
Uses of CloudWatchMetricStreamDefinition in com.elastisys.autoscaler.metricstreamers.cloudwatch.stream
Methods in com.elastisys.autoscaler.metricstreamers.cloudwatch.stream that return CloudWatchMetricStreamDefinition Modifier and Type Method Description CloudWatchMetricStreamDefinitionMetricStreamConfig. getMetricStreamDef()Constructors in com.elastisys.autoscaler.metricstreamers.cloudwatch.stream with parameters of type CloudWatchMetricStreamDefinition Constructor Description MetricStreamConfig(java.lang.String accessKeyId, java.lang.String secretAccessKey, java.lang.String region, CloudWatchMetricStreamDefinition metricStreamDef)Creates a newMetricStreamConfig.
-