Uses of Class
software.amazon.awssdk.services.outposts.model.PowerPhase
-
Packages that use PowerPhase Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of PowerPhase in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return PowerPhase Modifier and Type Method Description static PowerPhasePowerPhase. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PowerPhaseRackPhysicalProperties. powerPhase()The power option that you can provide for hardware.PowerPhaseUpdateSiteRackPhysicalPropertiesRequest. powerPhase()The power option that you can provide for hardware.static PowerPhasePowerPhase. valueOf(String name)Returns the enum constant of this type with the specified name.static PowerPhase[]PowerPhase. 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 PowerPhase Modifier and Type Method Description static Set<PowerPhase>PowerPhase. knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type PowerPhase Modifier and Type Method Description RackPhysicalProperties.BuilderRackPhysicalProperties.Builder. powerPhase(PowerPhase powerPhase)The power option that you can provide for hardware.UpdateSiteRackPhysicalPropertiesRequest.BuilderUpdateSiteRackPhysicalPropertiesRequest.Builder. powerPhase(PowerPhase powerPhase)The power option that you can provide for hardware.
-