| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
static MaximumSupportedWeightLbs |
MaximumSupportedWeightLbs.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MaximumSupportedWeightLbs |
UpdateSiteRackPhysicalPropertiesRequest.maximumSupportedWeightLbs()
The maximum rack weight that this site can support.
|
MaximumSupportedWeightLbs |
RackPhysicalProperties.maximumSupportedWeightLbs()
The maximum rack weight that this site can support.
|
static MaximumSupportedWeightLbs |
MaximumSupportedWeightLbs.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaximumSupportedWeightLbs[] |
MaximumSupportedWeightLbs.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<MaximumSupportedWeightLbs> |
MaximumSupportedWeightLbs.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSiteRackPhysicalPropertiesRequest.Builder |
UpdateSiteRackPhysicalPropertiesRequest.Builder.maximumSupportedWeightLbs(MaximumSupportedWeightLbs maximumSupportedWeightLbs)
The maximum rack weight that this site can support.
|
RackPhysicalProperties.Builder |
RackPhysicalProperties.Builder.maximumSupportedWeightLbs(MaximumSupportedWeightLbs maximumSupportedWeightLbs)
The maximum rack weight that this site can support.
|
Copyright © 2023. All rights reserved.