| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudhsm.model |
| Modifier and Type | Method and Description |
|---|---|
static HsmStatus |
HsmStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HsmStatus |
DescribeHsmResponse.status()
The status of the HSM.
|
static HsmStatus |
HsmStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HsmStatus[] |
HsmStatus.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<HsmStatus> |
HsmStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeHsmResponse.Builder |
DescribeHsmResponse.Builder.status(HsmStatus status)
The status of the HSM.
|
Copyright © 2023. All rights reserved.