Uses of Enum
software.amazon.awssdk.services.ec2.model.ProtocolValue
Packages that use ProtocolValue
-
Uses of ProtocolValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ProtocolValueModifier and TypeMethodDescriptionstatic ProtocolValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ProtocolValueCreateTransitGatewayConnectRequestOptions.protocol()The tunnel protocol.final ProtocolValueTransitGatewayConnectOptions.protocol()The tunnel protocol.final ProtocolValueTransitGatewayConnectPeerConfiguration.protocol()The tunnel protocol.static ProtocolValueReturns the enum constant of this type with the specified name.static ProtocolValue[]ProtocolValue.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 ProtocolValueMethods in software.amazon.awssdk.services.ec2.model with parameters of type ProtocolValueModifier and TypeMethodDescriptionCreateTransitGatewayConnectRequestOptions.Builder.protocol(ProtocolValue protocol) The tunnel protocol.TransitGatewayConnectOptions.Builder.protocol(ProtocolValue protocol) The tunnel protocol.TransitGatewayConnectPeerConfiguration.Builder.protocol(ProtocolValue protocol) The tunnel protocol.