| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
static HsmState |
HsmState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HsmState |
Hsm.state()
The HSM's state.
|
static HsmState |
HsmState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HsmState[] |
HsmState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HsmState> |
HsmState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Hsm.Builder |
Hsm.Builder.state(HsmState state)
The HSM's state.
|
Copyright © 2023. All rights reserved.