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