Uses of Enum
software.amazon.awssdk.services.outposts.model.PowerDrawKva
Packages that use PowerDrawKva
-
Uses of PowerDrawKva in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return PowerDrawKvaModifier and TypeMethodDescriptionstatic PowerDrawKvaUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PowerDrawKvaRackPhysicalProperties.powerDrawKva()The power draw available at the hardware placement position for the rack.final PowerDrawKvaUpdateSiteRackPhysicalPropertiesRequest.powerDrawKva()The power draw, in kVA, available at the hardware placement position for the rack.static PowerDrawKvaReturns the enum constant of this type with the specified name.static PowerDrawKva[]PowerDrawKva.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 PowerDrawKvaMethods in software.amazon.awssdk.services.outposts.model with parameters of type PowerDrawKvaModifier and TypeMethodDescriptionRackPhysicalProperties.Builder.powerDrawKva(PowerDrawKva powerDrawKva) The power draw available at the hardware placement position for the rack.UpdateSiteRackPhysicalPropertiesRequest.Builder.powerDrawKva(PowerDrawKva powerDrawKva) The power draw, in kVA, available at the hardware placement position for the rack.