Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model |
Modifier and Type | Method and Description |
---|---|
MetricStreamEntry |
MetricStreamEntry.clone() |
MetricStreamEntry |
MetricStreamEntry.withArn(String arn)
The ARN of the metric stream.
|
MetricStreamEntry |
MetricStreamEntry.withCreationDate(Date creationDate)
The date that the metric stream was originally created.
|
MetricStreamEntry |
MetricStreamEntry.withFirehoseArn(String firehoseArn)
The ARN of the Kinesis Firehose devlivery stream that is used for this metric stream.
|
MetricStreamEntry |
MetricStreamEntry.withLastUpdateDate(Date lastUpdateDate)
The date that the configuration of this metric stream was most recently updated.
|
MetricStreamEntry |
MetricStreamEntry.withName(String name)
The name of the metric stream.
|
MetricStreamEntry |
MetricStreamEntry.withOutputFormat(MetricStreamOutputFormat outputFormat)
The output format of this metric stream.
|
MetricStreamEntry |
MetricStreamEntry.withOutputFormat(String outputFormat)
The output format of this metric stream.
|
MetricStreamEntry |
MetricStreamEntry.withState(String state)
The current state of this stream.
|
Modifier and Type | Method and Description |
---|---|
List<MetricStreamEntry> |
ListMetricStreamsResult.getEntries()
The array of metric stream information.
|
Modifier and Type | Method and Description |
---|---|
ListMetricStreamsResult |
ListMetricStreamsResult.withEntries(MetricStreamEntry... entries)
The array of metric stream information.
|
Modifier and Type | Method and Description |
---|---|
void |
ListMetricStreamsResult.setEntries(Collection<MetricStreamEntry> entries)
The array of metric stream information.
|
ListMetricStreamsResult |
ListMetricStreamsResult.withEntries(Collection<MetricStreamEntry> entries)
The array of metric stream information.
|
Copyright © 2023. All rights reserved.