Uses of Class
com.amazonaws.services.ec2.model.InstanceStatusEvent
Packages that use InstanceStatusEvent
-
Uses of InstanceStatusEvent in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceStatusEventModifier and TypeMethodDescriptionInstanceStatusEvent.clone()
The event code.The event code.InstanceStatusEvent.withDescription
(String description) A description of the event.InstanceStatusEvent.withNotAfter
(Date notAfter) The latest scheduled end time for the event.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 InstanceStatusEventModifier and TypeMethodDescriptionInstanceStatus.getEvents()
Any scheduled events associated with the instance.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceStatusEventModifier and TypeMethodDescriptionInstanceStatus.withEvents
(InstanceStatusEvent... events) Any scheduled events associated with the instance.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceStatusEventModifier and TypeMethodDescriptionvoid
InstanceStatus.setEvents
(Collection<InstanceStatusEvent> events) Any scheduled events associated with the instance.InstanceStatus.withEvents
(Collection<InstanceStatusEvent> events) Any scheduled events associated with the instance.