Uses of Class
software.amazon.awssdk.services.cloudhsm.model.CloudHsmObjectState
-
Packages that use CloudHsmObjectState Package Description software.amazon.awssdk.services.cloudhsm.model -
-
Uses of CloudHsmObjectState in software.amazon.awssdk.services.cloudhsm.model
Methods in software.amazon.awssdk.services.cloudhsm.model that return CloudHsmObjectState Modifier and Type Method Description static CloudHsmObjectStateCloudHsmObjectState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CloudHsmObjectStateDescribeHapgResponse. state()The state of the high-availability partition group.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 software.amazon.awssdk.services.cloudhsm.model that return types with arguments of type CloudHsmObjectState Modifier and Type Method Description static Set<CloudHsmObjectState>CloudHsmObjectState. knownValues()Methods in software.amazon.awssdk.services.cloudhsm.model with parameters of type CloudHsmObjectState Modifier and Type Method Description DescribeHapgResponse.BuilderDescribeHapgResponse.Builder. state(CloudHsmObjectState state)The state of the high-availability partition group.
-