Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ServiceEvent |
ServiceEvent.clone() |
ServiceEvent |
ServiceEvent.withCreatedAt(Date createdAt)
The Unix time in seconds and milliseconds when the event was triggered.
|
ServiceEvent |
ServiceEvent.withId(String id)
The ID string of the event.
|
ServiceEvent |
ServiceEvent.withMessage(String message)
The event message.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceEvent> |
Service.getEvents()
The event stream for your service.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.withEvents(ServiceEvent... events)
The event stream for your service.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setEvents(Collection<ServiceEvent> events)
The event stream for your service.
|
Service |
Service.withEvents(Collection<ServiceEvent> events)
The event stream for your service.
|
Copyright © 2018. All rights reserved.