| Package | Description |
|---|---|
| com.amazonaws.services.opsworkscm.model |
| Modifier and Type | Method and Description |
|---|---|
ServerEvent |
ServerEvent.clone() |
ServerEvent |
ServerEvent.withCreatedAt(Date createdAt)
The time when the event occurred.
|
ServerEvent |
ServerEvent.withLogUrl(String logUrl)
The Amazon S3 URL of the event's log file.
|
ServerEvent |
ServerEvent.withMessage(String message)
A human-readable informational or status message.
|
ServerEvent |
ServerEvent.withServerName(String serverName)
The name of the server on or for which the event occurred.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerEvent> |
DescribeEventsResult.getServerEvents()
Contains the response to a
DescribeEvents request. |
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsResult |
DescribeEventsResult.withServerEvents(ServerEvent... serverEvents)
Contains the response to a
DescribeEvents request. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEventsResult.setServerEvents(Collection<ServerEvent> serverEvents)
Contains the response to a
DescribeEvents request. |
DescribeEventsResult |
DescribeEventsResult.withServerEvents(Collection<ServerEvent> serverEvents)
Contains the response to a
DescribeEvents request. |
Copyright © 2017. All rights reserved.