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()
AnInstancesCount
object 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 withbooting
status.InstancesCount.withConnectionLost
(Integer connectionLost) The number of instances withconnection_lost
status.InstancesCount.withDeregistering
(Integer deregistering) The number of instances in the Deregistering state.InstancesCount.withOnline
(Integer online) The number of instances withonline
status.InstancesCount.withPending
(Integer pending) The number of instances withpending
status.InstancesCount.withRebooting
(Integer rebooting) The number of instances withrebooting
status.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 withrequested
status.InstancesCount.withRunningSetup
(Integer runningSetup) The number of instances withrunning_setup
status.InstancesCount.withSetupFailed
(Integer setupFailed) The number of instances withsetup_failed
status.InstancesCount.withShuttingDown
(Integer shuttingDown) The number of instances withshutting_down
status.InstancesCount.withStartFailed
(Integer startFailed) The number of instances withstart_failed
status.InstancesCount.withStopped
(Integer stopped) The number of instances withstopped
status.InstancesCount.withStopping
(Integer stopping) The number of instances withstopping
status.InstancesCount.withTerminated
(Integer terminated) The number of instances withterminated
status.InstancesCount.withTerminating
(Integer terminating) The number of instances withterminating
status.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 TypeMethodDescriptionvoid
StackSummary.setInstancesCount
(InstancesCount instancesCount) AnInstancesCount
object with the number of instances in each status.StackSummary.withInstancesCount
(InstancesCount instancesCount) AnInstancesCount
object with the number of instances in each status.