Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static ProtocolValue |
ProtocolValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProtocolValue |
TransitGatewayConnectPeerConfiguration.protocol()
The tunnel protocol.
|
ProtocolValue |
TransitGatewayConnectOptions.protocol()
The tunnel protocol.
|
ProtocolValue |
CreateTransitGatewayConnectRequestOptions.protocol()
The tunnel protocol.
|
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 |
---|---|
static Set<ProtocolValue> |
ProtocolValue.knownValues()
|
Modifier and Type | Method and Description |
---|---|
TransitGatewayConnectPeerConfiguration.Builder |
TransitGatewayConnectPeerConfiguration.Builder.protocol(ProtocolValue protocol)
The tunnel protocol.
|
TransitGatewayConnectOptions.Builder |
TransitGatewayConnectOptions.Builder.protocol(ProtocolValue protocol)
The tunnel protocol.
|
CreateTransitGatewayConnectRequestOptions.Builder |
CreateTransitGatewayConnectRequestOptions.Builder.protocol(ProtocolValue protocol)
The tunnel protocol.
|
Copyright © 2022. All rights reserved.