Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceStatusEvent |
InstanceStatusEvent.clone() |
InstanceStatusEvent |
InstanceStatusEvent.withCode(EventCode code)
The event code.
|
InstanceStatusEvent |
InstanceStatusEvent.withCode(String code)
The event code.
|
InstanceStatusEvent |
InstanceStatusEvent.withDescription(String description)
A description of the event.
|
InstanceStatusEvent |
InstanceStatusEvent.withNotAfter(Date notAfter)
The latest scheduled end time for the event.
|
InstanceStatusEvent |
InstanceStatusEvent.withNotBefore(Date notBefore)
The earliest scheduled start time for the event.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceStatusEvent> |
InstanceStatus.getEvents()
Any scheduled events associated with the instance.
|
Modifier and Type | Method and Description |
---|---|
InstanceStatus |
InstanceStatus.withEvents(InstanceStatusEvent... events)
Any scheduled events associated with the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceStatus.setEvents(Collection<InstanceStatusEvent> events)
Any scheduled events associated with the instance.
|
InstanceStatus |
InstanceStatus.withEvents(Collection<InstanceStatusEvent> events)
Any scheduled events associated with the instance.
|
Copyright © 2018. All rights reserved.