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