Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private CPUUtilization |
SystemStatus.cPUUtilization |
Modifier and Type | Method and Description |
---|---|
CPUUtilization |
CPUUtilization.clone() |
CPUUtilization |
SystemStatus.getCPUUtilization() |
CPUUtilization |
CPUUtilization.withIdle(java.lang.Double idle)
Percentage of time that the CPU has spent in the
Idle state
over the last 10 seconds. |
CPUUtilization |
CPUUtilization.withIOWait(java.lang.Double iOWait)
Percentage of time that the CPU has spent in the
I/O Wait
state over the last 10 seconds. |
CPUUtilization |
CPUUtilization.withIRQ(java.lang.Double iRQ)
Percentage of time that the CPU has spent in the
IRQ state
over the last 10 seconds. |
CPUUtilization |
CPUUtilization.withNice(java.lang.Double nice)
Percentage of time that the CPU has spent in the
Nice state
over the last 10 seconds. |
CPUUtilization |
CPUUtilization.withSoftIRQ(java.lang.Double softIRQ)
Percentage of time that the CPU has spent in the
SoftIRQ
state over the last 10 seconds. |
CPUUtilization |
CPUUtilization.withSystem(java.lang.Double system)
Percentage of time that the CPU has spent in the
System
state over the last 10 seconds. |
CPUUtilization |
CPUUtilization.withUser(java.lang.Double user)
Percentage of time that the CPU has spent in the
User state
over the last 10 seconds. |
Modifier and Type | Method and Description |
---|---|
void |
SystemStatus.setCPUUtilization(CPUUtilization cPUUtilization) |
SystemStatus |
SystemStatus.withCPUUtilization(CPUUtilization cPUUtilization) |
Modifier and Type | Method and Description |
---|---|
CPUUtilization |
CPUUtilizationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |