Uses of Enum
software.amazon.awssdk.services.outposts.model.UplinkCount
Packages that use UplinkCount
-
Uses of UplinkCount in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return UplinkCountModifier and TypeMethodDescriptionstatic UplinkCountUse this in place of valueOf to convert the raw string returned by the service into the enum value.final UplinkCountRackPhysicalProperties.uplinkCount()The number of uplinks each Outpost network device.final UplinkCountUpdateSiteRackPhysicalPropertiesRequest.uplinkCount()Racks come with two Outpost network devices.static UplinkCountReturns 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 UplinkCountMethods in software.amazon.awssdk.services.outposts.model with parameters of type UplinkCountModifier and TypeMethodDescriptionRackPhysicalProperties.Builder.uplinkCount(UplinkCount uplinkCount) The number of uplinks each Outpost network device.UpdateSiteRackPhysicalPropertiesRequest.Builder.uplinkCount(UplinkCount uplinkCount) Racks come with two Outpost network devices.