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 InstanceStatusEventInstanceStatusEvent. clone()InstanceStatusEventInstanceStatusEvent. withCode(EventCode code)The event code.InstanceStatusEventInstanceStatusEvent. withCode(String code)The event code.InstanceStatusEventInstanceStatusEvent. withDescription(String description)A description of the event.InstanceStatusEventInstanceStatusEvent. withNotAfter(Date notAfter)The latest scheduled end time for the event.InstanceStatusEventInstanceStatusEvent. 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 InstanceStatusInstanceStatus. 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 voidInstanceStatus. setEvents(Collection<InstanceStatusEvent> events)Any scheduled events associated with the instance.InstanceStatusInstanceStatus. withEvents(Collection<InstanceStatusEvent> events)Any scheduled events associated with the instance.
-