Uses of Class
software.amazon.awssdk.services.outposts.model.PowerDrawKva
-
Packages that use PowerDrawKva Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of PowerDrawKva in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return PowerDrawKva Modifier and Type Method Description static PowerDrawKvaPowerDrawKva. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PowerDrawKvaRackPhysicalProperties. powerDrawKva()The power draw available at the hardware placement position for the rack.PowerDrawKvaUpdateSiteRackPhysicalPropertiesRequest. powerDrawKva()The power draw, in kVA, available at the hardware placement position for the rack.static PowerDrawKvaPowerDrawKva. valueOf(String name)Returns 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 PowerDrawKva Modifier and Type Method Description static Set<PowerDrawKva>PowerDrawKva. knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type PowerDrawKva Modifier and Type Method Description RackPhysicalProperties.BuilderRackPhysicalProperties.Builder. powerDrawKva(PowerDrawKva powerDrawKva)The power draw available at the hardware placement position for the rack.UpdateSiteRackPhysicalPropertiesRequest.BuilderUpdateSiteRackPhysicalPropertiesRequest.Builder. powerDrawKva(PowerDrawKva powerDrawKva)The power draw, in kVA, available at the hardware placement position for the rack.
-