Uses of Enum
software.amazon.awssdk.services.outposts.model.MaximumSupportedWeightLbs
Packages that use MaximumSupportedWeightLbs
-
Uses of MaximumSupportedWeightLbs in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return MaximumSupportedWeightLbsModifier and TypeMethodDescriptionstatic MaximumSupportedWeightLbsUse this in place of valueOf to convert the raw string returned by the service into the enum value.RackPhysicalProperties.maximumSupportedWeightLbs()The maximum rack weight that this site can support.UpdateSiteRackPhysicalPropertiesRequest.maximumSupportedWeightLbs()The maximum rack weight that this site can support.static MaximumSupportedWeightLbsReturns 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.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type MaximumSupportedWeightLbsModifier and TypeMethodDescriptionstatic Set<MaximumSupportedWeightLbs>MaximumSupportedWeightLbs.knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type MaximumSupportedWeightLbsModifier and TypeMethodDescriptionRackPhysicalProperties.Builder.maximumSupportedWeightLbs(MaximumSupportedWeightLbs maximumSupportedWeightLbs) The maximum rack weight that this site can support.UpdateSiteRackPhysicalPropertiesRequest.Builder.maximumSupportedWeightLbs(MaximumSupportedWeightLbs maximumSupportedWeightLbs) The maximum rack weight that this site can support.