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