Uses of Class
software.amazon.awssdk.services.outposts.model.UplinkCount
-
Packages that use UplinkCount Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of UplinkCount in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return UplinkCount Modifier and Type Method Description static UplinkCountUplinkCount. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UplinkCountRackPhysicalProperties. uplinkCount()The number of uplinks each Outpost network device.UplinkCountUpdateSiteRackPhysicalPropertiesRequest. uplinkCount()Racks come with two Outpost network devices.static UplinkCountUplinkCount. valueOf(String name)Returns the enum constant of this type with the specified name.static UplinkCount[]UplinkCount. 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 UplinkCount Modifier and Type Method Description static Set<UplinkCount>UplinkCount. knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type UplinkCount Modifier and Type Method Description RackPhysicalProperties.BuilderRackPhysicalProperties.Builder. uplinkCount(UplinkCount uplinkCount)The number of uplinks each Outpost network device.UpdateSiteRackPhysicalPropertiesRequest.BuilderUpdateSiteRackPhysicalPropertiesRequest.Builder. uplinkCount(UplinkCount uplinkCount)Racks come with two Outpost network devices.
-