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 HsmStatusHsmStatus. fromValue(String value)Use this in place of valueOf.static HsmStatusHsmStatus. 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 voidDescribeHsmResult. setStatus(HsmStatus status)The status of the HSM.DescribeHsmResultDescribeHsmResult. withStatus(HsmStatus status)The status of the HSM.
-