| Package | Description |
|---|---|
| com.amazonaws.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ClusterMode |
ClusterMode.fromValue(String value)
Use this in place of valueOf.
|
static ClusterMode |
ClusterMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.withMode(ClusterMode mode)
The mode of the cluster.
|
Backup |
Backup.withMode(ClusterMode mode)
The mode of the cluster that was backed up.
|
CreateClusterRequest |
CreateClusterRequest.withMode(ClusterMode mode)
The mode to use in the cluster.
|
Copyright © 2024. All rights reserved.