Uses of Enum
software.amazon.awssdk.services.outposts.model.UplinkGbps
Packages that use UplinkGbps
-
Uses of UplinkGbps in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return UplinkGbpsModifier and TypeMethodDescriptionstatic UplinkGbpsUse this in place of valueOf to convert the raw string returned by the service into the enum value.final UplinkGbpsRackPhysicalProperties.uplinkGbps()The uplink speed the rack supports for the connection to the Region.final UplinkGbpsUpdateSiteRackPhysicalPropertiesRequest.uplinkGbps()The uplink speed the rack should support for the connection to the Region.static UplinkGbpsReturns the enum constant of this type with the specified name.static UplinkGbps[]UplinkGbps.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 UplinkGbpsMethods in software.amazon.awssdk.services.outposts.model with parameters of type UplinkGbpsModifier and TypeMethodDescriptionRackPhysicalProperties.Builder.uplinkGbps(UplinkGbps uplinkGbps) The uplink speed the rack supports for the connection to the Region.UpdateSiteRackPhysicalPropertiesRequest.Builder.uplinkGbps(UplinkGbps uplinkGbps) The uplink speed the rack should support for the connection to the Region.