| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
InstancesCount.Builder |
InstancesCount.Builder.assigning(Integer assigning)
The number of instances in the Assigning state.
|
InstancesCount.Builder |
InstancesCount.Builder.booting(Integer booting)
The number of instances with
booting status. |
static InstancesCount.Builder |
InstancesCount.builder() |
InstancesCount.Builder |
InstancesCount.Builder.connectionLost(Integer connectionLost)
The number of instances with
connection_lost status. |
InstancesCount.Builder |
InstancesCount.Builder.deregistering(Integer deregistering)
The number of instances in the Deregistering state.
|
InstancesCount.Builder |
InstancesCount.Builder.online(Integer online)
The number of instances with
online status. |
InstancesCount.Builder |
InstancesCount.Builder.pending(Integer pending)
The number of instances with
pending status. |
InstancesCount.Builder |
InstancesCount.Builder.rebooting(Integer rebooting)
The number of instances with
rebooting status. |
InstancesCount.Builder |
InstancesCount.Builder.registered(Integer registered)
The number of instances in the Registered state.
|
InstancesCount.Builder |
InstancesCount.Builder.registering(Integer registering)
The number of instances in the Registering state.
|
InstancesCount.Builder |
InstancesCount.Builder.requested(Integer requested)
The number of instances with
requested status. |
InstancesCount.Builder |
InstancesCount.Builder.runningSetup(Integer runningSetup)
The number of instances with
running_setup status. |
InstancesCount.Builder |
InstancesCount.Builder.setupFailed(Integer setupFailed)
The number of instances with
setup_failed status. |
InstancesCount.Builder |
InstancesCount.Builder.shuttingDown(Integer shuttingDown)
The number of instances with
shutting_down status. |
InstancesCount.Builder |
InstancesCount.Builder.startFailed(Integer startFailed)
The number of instances with
start_failed status. |
InstancesCount.Builder |
InstancesCount.Builder.stopFailed(Integer stopFailed)
The number of instances with
stop_failed status. |
InstancesCount.Builder |
InstancesCount.Builder.stopped(Integer stopped)
The number of instances with
stopped status. |
InstancesCount.Builder |
InstancesCount.Builder.stopping(Integer stopping)
The number of instances with
stopping status. |
InstancesCount.Builder |
InstancesCount.Builder.terminated(Integer terminated)
The number of instances with
terminated status. |
InstancesCount.Builder |
InstancesCount.Builder.terminating(Integer terminating)
The number of instances with
terminating status. |
InstancesCount.Builder |
InstancesCount.toBuilder() |
InstancesCount.Builder |
InstancesCount.Builder.unassigning(Integer unassigning)
The number of instances in the Unassigning state.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstancesCount.Builder> |
InstancesCount.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StackSummary.Builder |
StackSummary.Builder.instancesCount(Consumer<InstancesCount.Builder> instancesCount)
An
InstancesCount object with the number of instances in each status. |
Copyright © 2023. All rights reserved.