Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static ProtocolValue |
ProtocolValue.fromValue(String value)
Use this in place of valueOf.
|
static ProtocolValue |
ProtocolValue.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
CreateTransitGatewayConnectRequestOptions |
CreateTransitGatewayConnectRequestOptions.withProtocol(ProtocolValue protocol)
The tunnel protocol.
|
TransitGatewayConnectOptions |
TransitGatewayConnectOptions.withProtocol(ProtocolValue protocol)
The tunnel protocol.
|
TransitGatewayConnectPeerConfiguration |
TransitGatewayConnectPeerConfiguration.withProtocol(ProtocolValue protocol)
The tunnel protocol.
|
Copyright © 2021. All rights reserved.