Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ServiceEvent |
ServiceEvent.clone() |
ServiceEvent |
ServiceEvent.withCreatedAt(Date createdAt)
The Unix timestamp for the time when the event was triggered.
|
ServiceEvent |
ServiceEvent.withId(String id)
The ID string for 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 © 2023. All rights reserved.