| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
static PowerFeedDrop |
PowerFeedDrop.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PowerFeedDrop |
UpdateSiteRackPhysicalPropertiesRequest.powerFeedDrop()
Indicates whether the power feed comes above or below the rack.
|
PowerFeedDrop |
RackPhysicalProperties.powerFeedDrop()
The position of the power feed.
|
static PowerFeedDrop |
PowerFeedDrop.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PowerFeedDrop[] |
PowerFeedDrop.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<PowerFeedDrop> |
PowerFeedDrop.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSiteRackPhysicalPropertiesRequest.Builder |
UpdateSiteRackPhysicalPropertiesRequest.Builder.powerFeedDrop(PowerFeedDrop powerFeedDrop)
Indicates whether the power feed comes above or below the rack.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.powerFeedDrop(PowerFeedDrop powerFeedDrop)
The position of the power feed.
|
Copyright © 2023. All rights reserved.