| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
static UplinkCount |
UplinkCount.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UplinkCount |
UpdateSiteRackPhysicalPropertiesRequest.uplinkCount()
Racks come with two Outpost network devices.
|
UplinkCount |
RackPhysicalProperties.uplinkCount()
The number of uplinks each Outpost network device.
|
static UplinkCount |
UplinkCount.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UplinkCount[] |
UplinkCount.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<UplinkCount> |
UplinkCount.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSiteRackPhysicalPropertiesRequest.Builder |
UpdateSiteRackPhysicalPropertiesRequest.Builder.uplinkCount(UplinkCount uplinkCount)
Racks come with two Outpost network devices.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.uplinkCount(UplinkCount uplinkCount)
The number of uplinks each Outpost network device.
|
Copyright © 2023. All rights reserved.