Uses of Enum
software.amazon.awssdk.services.outposts.model.PowerFeedDrop
Packages that use PowerFeedDrop
-
Uses of PowerFeedDrop in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return PowerFeedDropModifier and TypeMethodDescriptionstatic PowerFeedDropUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PowerFeedDropRackPhysicalProperties.powerFeedDrop()The position of the power feed.final PowerFeedDropUpdateSiteRackPhysicalPropertiesRequest.powerFeedDrop()Indicates whether the power feed comes above or below the rack.static PowerFeedDropReturns the enum constant of this type with the specified name.static PowerFeedDrop[]PowerFeedDrop.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 PowerFeedDropMethods in software.amazon.awssdk.services.outposts.model with parameters of type PowerFeedDropModifier and TypeMethodDescriptionRackPhysicalProperties.Builder.powerFeedDrop(PowerFeedDrop powerFeedDrop) The position of the power feed.UpdateSiteRackPhysicalPropertiesRequest.Builder.powerFeedDrop(PowerFeedDrop powerFeedDrop) Indicates whether the power feed comes above or below the rack.