Uses of Enum
software.amazon.awssdk.services.ec2.model.InterfaceProtocolType
Packages that use InterfaceProtocolType
-
Uses of InterfaceProtocolType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InterfaceProtocolTypeModifier and TypeMethodDescriptionstatic InterfaceProtocolTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final InterfaceProtocolTypeTrunkInterfaceAssociation.interfaceProtocol()The interface protocol.static InterfaceProtocolTypeReturns the enum constant of this type with the specified name.static InterfaceProtocolType[]InterfaceProtocolType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InterfaceProtocolTypeModifier and TypeMethodDescriptionstatic Set<InterfaceProtocolType>InterfaceProtocolType.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InterfaceProtocolTypeModifier and TypeMethodDescriptionTrunkInterfaceAssociation.Builder.interfaceProtocol(InterfaceProtocolType interfaceProtocol) The interface protocol.