| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Protocol |
NetworkInsightsPath.protocol()
The protocol.
|
Protocol |
CreateNetworkInsightsPathRequest.protocol()
The protocol.
|
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.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<Protocol> |
Protocol.knownValues()
|
List<Protocol> |
PacketHeaderStatementRequest.protocols()
The protocols.
|
List<Protocol> |
PacketHeaderStatement.protocols()
The protocols.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInsightsPath.Builder |
NetworkInsightsPath.Builder.protocol(Protocol protocol)
The protocol.
|
CreateNetworkInsightsPathRequest.Builder |
CreateNetworkInsightsPathRequest.Builder.protocol(Protocol protocol)
The protocol.
|
PacketHeaderStatementRequest.Builder |
PacketHeaderStatementRequest.Builder.protocols(Protocol... protocols)
The protocols.
|
PacketHeaderStatement.Builder |
PacketHeaderStatement.Builder.protocols(Protocol... protocols)
The protocols.
|
| Modifier and Type | Method and Description |
|---|---|
PacketHeaderStatementRequest.Builder |
PacketHeaderStatementRequest.Builder.protocols(Collection<Protocol> protocols)
The protocols.
|
PacketHeaderStatement.Builder |
PacketHeaderStatement.Builder.protocols(Collection<Protocol> protocols)
The protocols.
|
Copyright © 2021. All rights reserved.