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