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