Uses of Enum
software.amazon.awssdk.services.outposts.model.RackUnitHeight
Packages that use RackUnitHeight
-
Uses of RackUnitHeight in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return RackUnitHeightModifier and TypeMethodDescriptionstatic RackUnitHeightUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RackUnitHeightRackSpecificationDetails.rackUnitHeight()The rack unit height.final RackUnitHeightServerSpecificationDetails.rackUnitHeight()The rack unit height of the server.static RackUnitHeightReturns the enum constant of this type with the specified name.static RackUnitHeight[]RackUnitHeight.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 RackUnitHeightMethods in software.amazon.awssdk.services.outposts.model with parameters of type RackUnitHeightModifier and TypeMethodDescriptionRackSpecificationDetails.Builder.rackUnitHeight(RackUnitHeight rackUnitHeight) The rack unit height.ServerSpecificationDetails.Builder.rackUnitHeight(RackUnitHeight rackUnitHeight) The rack unit height of the server.