Uses of Enum
software.amazon.awssdk.services.outposts.model.PowerConnector
Packages that use PowerConnector
-
Uses of PowerConnector in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return PowerConnectorModifier and TypeMethodDescriptionstatic PowerConnectorUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PowerConnectorRackPhysicalProperties.powerConnector()The power connector for the hardware.final PowerConnectorUpdateSiteRackPhysicalPropertiesRequest.powerConnector()The power connector that Amazon Web Services should plan to provide for connections to the hardware.static PowerConnectorReturns the enum constant of this type with the specified name.static PowerConnector[]PowerConnector.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 PowerConnectorMethods in software.amazon.awssdk.services.outposts.model with parameters of type PowerConnectorModifier and TypeMethodDescriptionRackPhysicalProperties.Builder.powerConnector(PowerConnector powerConnector) The power connector for the hardware.UpdateSiteRackPhysicalPropertiesRequest.Builder.powerConnector(PowerConnector powerConnector) The power connector that Amazon Web Services should plan to provide for connections to the hardware.