Uses of Class
com.amazonaws.services.ec2.model.InstanceStatusEvent

Packages that use InstanceStatusEvent
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of InstanceStatusEvent in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return InstanceStatusEvent
 InstanceStatusEvent InstanceStatusEvent.withCode(EventCode code)
          The associated code of the event.
 InstanceStatusEvent InstanceStatusEvent.withCode(String code)
          The associated code of the event.
 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
 List<InstanceStatusEvent> InstanceStatus.getEvents()
          Extra information regarding events associated with the instance.
 

Methods in com.amazonaws.services.ec2.model with parameters of type InstanceStatusEvent
 InstanceStatus InstanceStatus.withEvents(InstanceStatusEvent... events)
          Extra information regarding events associated with the instance.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceStatusEvent
 void InstanceStatus.setEvents(Collection<InstanceStatusEvent> events)
          Extra information regarding events associated with the instance.
 InstanceStatus InstanceStatus.withEvents(Collection<InstanceStatusEvent> events)
          Extra information regarding events associated with the instance.
 



Copyright © 2016. All rights reserved.