| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceLogEvent |
ContainerServiceLogEvent.clone() |
ContainerServiceLogEvent |
ContainerServiceLogEvent.withCreatedAt(Date createdAt)
The timestamp when the container service log event was created.
|
ContainerServiceLogEvent |
ContainerServiceLogEvent.withMessage(String message)
The message of the container service log event.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContainerServiceLogEvent> |
GetContainerLogResult.getLogEvents()
An array of objects that describe the log events of a container.
|
| Modifier and Type | Method and Description |
|---|---|
GetContainerLogResult |
GetContainerLogResult.withLogEvents(ContainerServiceLogEvent... logEvents)
An array of objects that describe the log events of a container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetContainerLogResult.setLogEvents(Collection<ContainerServiceLogEvent> logEvents)
An array of objects that describe the log events of a container.
|
GetContainerLogResult |
GetContainerLogResult.withLogEvents(Collection<ContainerServiceLogEvent> logEvents)
An array of objects that describe the log events of a container.
|
Copyright © 2025. All rights reserved.