Uses of Class
software.amazon.awssdk.services.outposts.model.OpticalStandard
-
Packages that use OpticalStandard Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of OpticalStandard in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return OpticalStandard Modifier and Type Method Description static OpticalStandardOpticalStandard. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OpticalStandardRackPhysicalProperties. opticalStandard()The type of optical standard used to attach the Outpost to the network.OpticalStandardUpdateSiteRackPhysicalPropertiesRequest. opticalStandard()The type of optical standard that you will use to attach the Outpost to your network.static OpticalStandardOpticalStandard. valueOf(String name)Returns 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 OpticalStandard Modifier and Type Method Description static Set<OpticalStandard>OpticalStandard. knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type OpticalStandard Modifier and Type Method Description RackPhysicalProperties.BuilderRackPhysicalProperties.Builder. opticalStandard(OpticalStandard opticalStandard)The type of optical standard used to attach the Outpost to the network.UpdateSiteRackPhysicalPropertiesRequest.BuilderUpdateSiteRackPhysicalPropertiesRequest.Builder. opticalStandard(OpticalStandard opticalStandard)The type of optical standard that you will use to attach the Outpost to your network.
-