| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
static PowerDrawKva |
PowerDrawKva.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PowerDrawKva |
UpdateSiteRackPhysicalPropertiesRequest.powerDrawKva()
The power draw, in kVA, available at the hardware placement position for the rack.
|
PowerDrawKva |
RackPhysicalProperties.powerDrawKva()
The power draw available at the hardware placement position for the rack.
|
static PowerDrawKva |
PowerDrawKva.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PowerDrawKva[] |
PowerDrawKva.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<PowerDrawKva> |
PowerDrawKva.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSiteRackPhysicalPropertiesRequest.Builder |
UpdateSiteRackPhysicalPropertiesRequest.Builder.powerDrawKva(PowerDrawKva powerDrawKva)
The power draw, in kVA, available at the hardware placement position for the rack.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.powerDrawKva(PowerDrawKva powerDrawKva)
The power draw available at the hardware placement position for the rack.
|
Copyright © 2022. All rights reserved.