Uses of Class
software.amazon.awssdk.services.outposts.model.PowerFeedDrop
-
Packages that use PowerFeedDrop Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of PowerFeedDrop in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return PowerFeedDrop Modifier and Type Method Description static PowerFeedDropPowerFeedDrop. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PowerFeedDropRackPhysicalProperties. powerFeedDrop()The position of the power feed.PowerFeedDropUpdateSiteRackPhysicalPropertiesRequest. powerFeedDrop()Indicates whether the power feed comes above or below the rack.static PowerFeedDropPowerFeedDrop. valueOf(String name)Returns 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 PowerFeedDrop Modifier and Type Method Description static Set<PowerFeedDrop>PowerFeedDrop. knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type PowerFeedDrop Modifier and Type Method Description RackPhysicalProperties.BuilderRackPhysicalProperties.Builder. powerFeedDrop(PowerFeedDrop powerFeedDrop)The position of the power feed.UpdateSiteRackPhysicalPropertiesRequest.BuilderUpdateSiteRackPhysicalPropertiesRequest.Builder. powerFeedDrop(PowerFeedDrop powerFeedDrop)Indicates whether the power feed comes above or below the rack.
-