Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ServiceEvent> |
Service.events
The event stream for your service.
|
Modifier and Type | Method and Description |
---|---|
ServiceEvent |
ServiceEvent.clone() |
ServiceEvent |
ServiceEvent.withCreatedAt(java.util.Date createdAt)
The Unix time in seconds and milliseconds when the event was triggered.
|
ServiceEvent |
ServiceEvent.withId(java.lang.String id)
The ID string of the event.
|
ServiceEvent |
ServiceEvent.withMessage(java.lang.String message)
The event message.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ServiceEvent> events)
The event stream for your service.
|
Service |
Service.withEvents(java.util.Collection<ServiceEvent> events)
The event stream for your service.
|
Modifier and Type | Method and Description |
---|---|
ServiceEvent |
ServiceEventJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceEventJsonMarshaller.marshall(ServiceEvent serviceEvent,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|