Uses of Enum
software.amazon.awssdk.services.outposts.model.PowerPhase
Packages that use PowerPhase
-
Uses of PowerPhase in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return PowerPhaseModifier and TypeMethodDescriptionstatic PowerPhaseUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PowerPhaseRackPhysicalProperties.powerPhase()The power option that you can provide for hardware.final PowerPhaseUpdateSiteRackPhysicalPropertiesRequest.powerPhase()The power option that you can provide for hardware.static PowerPhaseReturns 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 PowerPhaseMethods in software.amazon.awssdk.services.outposts.model with parameters of type PowerPhaseModifier and TypeMethodDescriptionRackPhysicalProperties.Builder.powerPhase(PowerPhase powerPhase) The power option that you can provide for hardware.UpdateSiteRackPhysicalPropertiesRequest.Builder.powerPhase(PowerPhase powerPhase) The power option that you can provide for hardware.