Uses of Class
com.amazonaws.services.opsworks.model.InstancesCount
Packages that use InstancesCount
-
Uses of InstancesCount in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return InstancesCountModifier and TypeMethodDescriptionInstancesCount.clone()StackSummary.getInstancesCount()AnInstancesCountobject with the number of instances in each status.InstancesCount.withAssigning(Integer assigning) The number of instances in the Assigning state.InstancesCount.withBooting(Integer booting) The number of instances withbootingstatus.InstancesCount.withConnectionLost(Integer connectionLost) The number of instances withconnection_loststatus.InstancesCount.withDeregistering(Integer deregistering) The number of instances in the Deregistering state.InstancesCount.withOnline(Integer online) The number of instances withonlinestatus.InstancesCount.withPending(Integer pending) The number of instances withpendingstatus.InstancesCount.withRebooting(Integer rebooting) The number of instances withrebootingstatus.InstancesCount.withRegistered(Integer registered) The number of instances in the Registered state.InstancesCount.withRegistering(Integer registering) The number of instances in the Registering state.InstancesCount.withRequested(Integer requested) The number of instances withrequestedstatus.InstancesCount.withRunningSetup(Integer runningSetup) The number of instances withrunning_setupstatus.InstancesCount.withSetupFailed(Integer setupFailed) The number of instances withsetup_failedstatus.InstancesCount.withShuttingDown(Integer shuttingDown) The number of instances withshutting_downstatus.InstancesCount.withStartFailed(Integer startFailed) The number of instances withstart_failedstatus.InstancesCount.withStopped(Integer stopped) The number of instances withstoppedstatus.InstancesCount.withStopping(Integer stopping) The number of instances withstoppingstatus.InstancesCount.withTerminated(Integer terminated) The number of instances withterminatedstatus.InstancesCount.withTerminating(Integer terminating) The number of instances withterminatingstatus.InstancesCount.withUnassigning(Integer unassigning) The number of instances in the Unassigning state.Methods in com.amazonaws.services.opsworks.model with parameters of type InstancesCountModifier and TypeMethodDescriptionvoidStackSummary.setInstancesCount(InstancesCount instancesCount) AnInstancesCountobject with the number of instances in each status.StackSummary.withInstancesCount(InstancesCount instancesCount) AnInstancesCountobject with the number of instances in each status.