Uses of Class
software.amazon.awssdk.services.outposts.model.PowerConnector
-
Packages that use PowerConnector Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of PowerConnector in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return PowerConnector Modifier and Type Method Description static PowerConnectorPowerConnector. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PowerConnectorRackPhysicalProperties. powerConnector()The power connector for the hardware.PowerConnectorUpdateSiteRackPhysicalPropertiesRequest. powerConnector()The power connector that Amazon Web Services should plan to provide for connections to the hardware.static PowerConnectorPowerConnector. valueOf(String name)Returns 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 PowerConnector Modifier and Type Method Description static Set<PowerConnector>PowerConnector. knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type PowerConnector Modifier and Type Method Description RackPhysicalProperties.BuilderRackPhysicalProperties.Builder. powerConnector(PowerConnector powerConnector)The power connector for the hardware.UpdateSiteRackPhysicalPropertiesRequest.BuilderUpdateSiteRackPhysicalPropertiesRequest.Builder. powerConnector(PowerConnector powerConnector)The power connector that Amazon Web Services should plan to provide for connections to the hardware.
-