| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
static PowerPhase |
PowerPhase.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PowerPhase |
UpdateSiteRackPhysicalPropertiesRequest.powerPhase()
The power option that you can provide for hardware.
|
PowerPhase |
RackPhysicalProperties.powerPhase()
The power option that you can provide for hardware.
|
static PowerPhase |
PowerPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PowerPhase[] |
PowerPhase.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<PowerPhase> |
PowerPhase.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSiteRackPhysicalPropertiesRequest.Builder |
UpdateSiteRackPhysicalPropertiesRequest.Builder.powerPhase(PowerPhase powerPhase)
The power option that you can provide for hardware.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.powerPhase(PowerPhase powerPhase)
The power option that you can provide for hardware.
|
Copyright © 2022. All rights reserved.