Uses of Enum
software.amazon.awssdk.services.outposts.model.OpticalStandard
Packages that use OpticalStandard
-
Uses of OpticalStandard in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return OpticalStandardModifier and TypeMethodDescriptionstatic OpticalStandardUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OpticalStandardRackPhysicalProperties.opticalStandard()The type of optical standard used to attach the Outpost to the network.final OpticalStandardUpdateSiteRackPhysicalPropertiesRequest.opticalStandard()The type of optical standard that you will use to attach the Outpost to your network.static OpticalStandardReturns the enum constant of this type with the specified name.static OpticalStandard[]OpticalStandard.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 OpticalStandardMethods in software.amazon.awssdk.services.outposts.model with parameters of type OpticalStandardModifier and TypeMethodDescriptionRackPhysicalProperties.Builder.opticalStandard(OpticalStandard opticalStandard) The type of optical standard used to attach the Outpost to the network.UpdateSiteRackPhysicalPropertiesRequest.Builder.opticalStandard(OpticalStandard opticalStandard) The type of optical standard that you will use to attach the Outpost to your network.