Uses of Enum
software.amazon.awssdk.services.outposts.model.FiberOpticCableType
Packages that use FiberOpticCableType
-
Uses of FiberOpticCableType in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return FiberOpticCableTypeModifier and TypeMethodDescriptionfinal FiberOpticCableTypeRackPhysicalProperties.fiberOpticCableType()The type of fiber used to attach the Outpost to the network.final FiberOpticCableTypeUpdateSiteRackPhysicalPropertiesRequest.fiberOpticCableType()The type of fiber that you will use to attach the Outpost to your network.static FiberOpticCableTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static FiberOpticCableTypeReturns 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 FiberOpticCableTypeModifier and TypeMethodDescriptionstatic Set<FiberOpticCableType>FiberOpticCableType.knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type FiberOpticCableTypeModifier and TypeMethodDescriptionRackPhysicalProperties.Builder.fiberOpticCableType(FiberOpticCableType fiberOpticCableType) The type of fiber used to attach the Outpost to the network.UpdateSiteRackPhysicalPropertiesRequest.Builder.fiberOpticCableType(FiberOpticCableType fiberOpticCableType) The type of fiber that you will use to attach the Outpost to your network.