Uses of Class
com.amazonaws.services.cloudhsm.model.CloudHsmObjectState
-
Packages that use CloudHsmObjectState Package Description com.amazonaws.services.cloudhsm.model -
-
Uses of CloudHsmObjectState in com.amazonaws.services.cloudhsm.model
Methods in com.amazonaws.services.cloudhsm.model that return CloudHsmObjectState Modifier and Type Method Description static CloudHsmObjectState
CloudHsmObjectState. fromValue(String value)
Use this in place of valueOf.static CloudHsmObjectState
CloudHsmObjectState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudHsmObjectState[]
CloudHsmObjectState. 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 CloudHsmObjectState Modifier and Type Method Description void
DescribeHapgResult. setState(CloudHsmObjectState state)
The state of the high-availability partition group.DescribeHapgResult
DescribeHapgResult. withState(CloudHsmObjectState state)
The state of the high-availability partition group.
-