Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceStatusEvent
-
Packages that use InstanceStatusEvent Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of InstanceStatusEvent in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceStatusEvent Modifier and Type Method Description InstanceStatusEventModifyInstanceEventStartTimeResponse. event()Information about the event.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceStatusEvent Modifier and Type Method Description List<InstanceStatusEvent>InstanceStatus. events()Any scheduled events associated with the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceStatusEvent Modifier and Type Method Description ModifyInstanceEventStartTimeResponse.BuilderModifyInstanceEventStartTimeResponse.Builder. event(InstanceStatusEvent event)Information about the event.InstanceStatus.BuilderInstanceStatus.Builder. events(InstanceStatusEvent... events)Any scheduled events associated with the instance.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceStatusEvent Modifier and Type Method Description InstanceStatus.BuilderInstanceStatus.Builder. events(Collection<InstanceStatusEvent> events)Any scheduled events associated with the instance.
-