Uses of Class
com.amazonaws.services.ec2.model.InstanceStatus
-
Packages that use InstanceStatus Package Description com.amazonaws.services.ec2.model -
-
Uses of InstanceStatus in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceStatus Modifier and Type Method Description InstanceStatusInstanceStatus. clone()InstanceStatusInstanceStatus. withAvailabilityZone(String availabilityZone)The Availability Zone of the instance.InstanceStatusInstanceStatus. withEvents(InstanceStatusEvent... events)Any scheduled events associated with the instance.InstanceStatusInstanceStatus. withEvents(Collection<InstanceStatusEvent> events)Any scheduled events associated with the instance.InstanceStatusInstanceStatus. withInstanceId(String instanceId)The ID of the instance.InstanceStatusInstanceStatus. withInstanceState(InstanceState instanceState)The intended state of the instance.InstanceStatusInstanceStatus. withInstanceStatus(InstanceStatusSummary instanceStatus)Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.InstanceStatusInstanceStatus. withSystemStatus(InstanceStatusSummary systemStatus)Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.Methods in com.amazonaws.services.ec2.model that return types with arguments of type InstanceStatus Modifier and Type Method Description List<InstanceStatus>DescribeInstanceStatusResult. getInstanceStatuses()One or more instance status descriptions.Methods in com.amazonaws.services.ec2.model with parameters of type InstanceStatus Modifier and Type Method Description DescribeInstanceStatusResultDescribeInstanceStatusResult. withInstanceStatuses(InstanceStatus... instanceStatuses)One or more instance status descriptions.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InstanceStatus Modifier and Type Method Description voidDescribeInstanceStatusResult. setInstanceStatuses(Collection<InstanceStatus> instanceStatuses)One or more instance status descriptions.DescribeInstanceStatusResultDescribeInstanceStatusResult. withInstanceStatuses(Collection<InstanceStatus> instanceStatuses)One or more instance status descriptions.
-