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 CloudHsmObjectStateCloudHsmObjectState. fromValue(String value)Use this in place of valueOf.static CloudHsmObjectStateCloudHsmObjectState. 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 voidDescribeHapgResult. setState(CloudHsmObjectState state)The state of the high-availability partition group.DescribeHapgResultDescribeHapgResult. withState(CloudHsmObjectState state)The state of the high-availability partition group.
-