| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static TransportProtocol |
TransportProtocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TransportProtocol |
NetworkBinding.protocol()
The protocol used for the network binding.
|
TransportProtocol |
PortMapping.protocol()
The protocol used for the port mapping.
|
static TransportProtocol |
TransportProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportProtocol[] |
TransportProtocol.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<TransportProtocol> |
TransportProtocol.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NetworkBinding.Builder |
NetworkBinding.Builder.protocol(TransportProtocol protocol)
The protocol used for the network binding.
|
PortMapping.Builder |
PortMapping.Builder.protocol(TransportProtocol protocol)
The protocol used for the port mapping.
|
Copyright © 2021. All rights reserved.