Uses of Class
com.amazonaws.services.cloudhsm.model.HsmStatus
-
Packages that use HsmStatus Package Description com.amazonaws.services.cloudhsm.model -
-
Uses of HsmStatus in com.amazonaws.services.cloudhsm.model
Methods in com.amazonaws.services.cloudhsm.model that return HsmStatus Modifier and Type Method Description static HsmStatus
HsmStatus. fromValue(String value)
Use this in place of valueOf.static HsmStatus
HsmStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static HsmStatus[]
HsmStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudhsm.model with parameters of type HsmStatus Modifier and Type Method Description void
DescribeHsmResult. setStatus(HsmStatus status)
The status of the HSM.DescribeHsmResult
DescribeHsmResult. withStatus(HsmStatus status)
The status of the HSM.
-