| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
static OpticalStandard |
OpticalStandard.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OpticalStandard |
UpdateSiteRackPhysicalPropertiesRequest.opticalStandard()
The type of optical standard that you will use to attach the Outpost to your network.
|
OpticalStandard |
RackPhysicalProperties.opticalStandard()
The type of optical standard used to attach the Outpost to the network.
|
static OpticalStandard |
OpticalStandard.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpticalStandard[] |
OpticalStandard.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<OpticalStandard> |
OpticalStandard.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSiteRackPhysicalPropertiesRequest.Builder |
UpdateSiteRackPhysicalPropertiesRequest.Builder.opticalStandard(OpticalStandard opticalStandard)
The type of optical standard that you will use to attach the Outpost to your network.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.opticalStandard(OpticalStandard opticalStandard)
The type of optical standard used to attach the Outpost to the network.
|
Copyright © 2022. All rights reserved.