Uses of Class
software.amazon.awssdk.services.cloudhsmv2.model.ClusterMode
-
Packages that use ClusterMode Package Description software.amazon.awssdk.services.cloudhsmv2.model -
-
Uses of ClusterMode in software.amazon.awssdk.services.cloudhsmv2.model
Methods in software.amazon.awssdk.services.cloudhsmv2.model that return ClusterMode Modifier and Type Method Description static ClusterModeClusterMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ClusterModeBackup. mode()The mode of the cluster that was backed up.ClusterModeCluster. mode()The mode of the cluster.ClusterModeCreateClusterRequest. mode()The mode to use in the cluster.static ClusterModeClusterMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterMode[]ClusterMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudhsmv2.model that return types with arguments of type ClusterMode Modifier and Type Method Description static Set<ClusterMode>ClusterMode. knownValues()Methods in software.amazon.awssdk.services.cloudhsmv2.model with parameters of type ClusterMode Modifier and Type Method Description Backup.BuilderBackup.Builder. mode(ClusterMode mode)The mode of the cluster that was backed up.Cluster.BuilderCluster.Builder. mode(ClusterMode mode)The mode of the cluster.CreateClusterRequest.BuilderCreateClusterRequest.Builder. mode(ClusterMode mode)The mode to use in the cluster.
-