Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private InstancesCount |
StackSummary.instancesCount
An
InstancesCount object with the number of instances in
each status. |
Modifier and Type | Method and Description |
---|---|
InstancesCount |
InstancesCount.clone() |
InstancesCount |
StackSummary.getInstancesCount()
An
InstancesCount object with the number of instances in
each status. |
InstancesCount |
InstancesCount.withAssigning(java.lang.Integer assigning)
The number of instances in the Assigning state.
|
InstancesCount |
InstancesCount.withBooting(java.lang.Integer booting)
The number of instances with
booting status. |
InstancesCount |
InstancesCount.withConnectionLost(java.lang.Integer connectionLost)
The number of instances with
connection_lost status. |
InstancesCount |
InstancesCount.withDeregistering(java.lang.Integer deregistering)
The number of instances in the Deregistering state.
|
InstancesCount |
InstancesCount.withOnline(java.lang.Integer online)
The number of instances with
online status. |
InstancesCount |
InstancesCount.withPending(java.lang.Integer pending)
The number of instances with
pending status. |
InstancesCount |
InstancesCount.withRebooting(java.lang.Integer rebooting)
The number of instances with
rebooting status. |
InstancesCount |
InstancesCount.withRegistered(java.lang.Integer registered)
The number of instances in the Registered state.
|
InstancesCount |
InstancesCount.withRegistering(java.lang.Integer registering)
The number of instances in the Registering state.
|
InstancesCount |
InstancesCount.withRequested(java.lang.Integer requested)
The number of instances with
requested status. |
InstancesCount |
InstancesCount.withRunningSetup(java.lang.Integer runningSetup)
The number of instances with
running_setup status. |
InstancesCount |
InstancesCount.withSetupFailed(java.lang.Integer setupFailed)
The number of instances with
setup_failed status. |
InstancesCount |
InstancesCount.withShuttingDown(java.lang.Integer shuttingDown)
The number of instances with
shutting_down status. |
InstancesCount |
InstancesCount.withStartFailed(java.lang.Integer startFailed)
The number of instances with
start_failed status. |
InstancesCount |
InstancesCount.withStopped(java.lang.Integer stopped)
The number of instances with
stopped status. |
InstancesCount |
InstancesCount.withStopping(java.lang.Integer stopping)
The number of instances with
stopping status. |
InstancesCount |
InstancesCount.withTerminated(java.lang.Integer terminated)
The number of instances with
terminated status. |
InstancesCount |
InstancesCount.withTerminating(java.lang.Integer terminating)
The number of instances with
terminating status. |
InstancesCount |
InstancesCount.withUnassigning(java.lang.Integer unassigning)
The number of instances in the Unassigning state.
|
Modifier and Type | Method and Description |
---|---|
void |
StackSummary.setInstancesCount(InstancesCount instancesCount)
An
InstancesCount object with the number of instances in
each status. |
StackSummary |
StackSummary.withInstancesCount(InstancesCount instancesCount)
An
InstancesCount object with the number of instances in
each status. |
Modifier and Type | Method and Description |
---|---|
InstancesCount |
InstancesCountJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InstancesCountJsonMarshaller.marshall(InstancesCount instancesCount,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|