Uses of Class
com.amazonaws.services.ec2.model.InstanceStatusEvent
-
Packages that use InstanceStatusEvent Package Description com.amazonaws.services.ec2.model -
-
Uses of InstanceStatusEvent in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceStatusEvent Modifier and Type Method 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.Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceStatusEvent Modifier and Type Method Description List<InstanceStatusEvent>
InstanceStatus. getEvents()
Any scheduled events associated with the instance.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceStatusEvent Modifier and Type Method Description InstanceStatus
InstanceStatus. withEvents(InstanceStatusEvent... events)
Any scheduled events associated with the instance.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceStatusEvent Modifier and Type Method 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.
-