| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatch.model |
| Modifier and Type | Method and Description |
|---|---|
MessageData |
MessageData.clone() |
MessageData |
MessageData.withCode(String code)
The error code or status code associated with the message.
|
MessageData |
MessageData.withValue(String value)
The message text.
|
| Modifier and Type | Method and Description |
|---|---|
List<MessageData> |
MetricDataResult.getMessages()
A list of messages with additional information about the data returned.
|
| Modifier and Type | Method and Description |
|---|---|
MetricDataResult |
MetricDataResult.withMessages(MessageData... messages)
A list of messages with additional information about the data returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricDataResult.setMessages(Collection<MessageData> messages)
A list of messages with additional information about the data returned.
|
MetricDataResult |
MetricDataResult.withMessages(Collection<MessageData> messages)
A list of messages with additional information about the data returned.
|
Copyright © 2018. All rights reserved.