Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
static TransportProtocol |
TransportProtocol.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
PortMapping.setProtocol(TransportProtocol protocol)
The protocol used for the port mapping.
|
void |
NetworkBinding.setProtocol(TransportProtocol protocol)
The protocol used for the network binding.
|
PortMapping |
PortMapping.withProtocol(TransportProtocol protocol)
The protocol used for the port mapping.
|
NetworkBinding |
NetworkBinding.withProtocol(TransportProtocol protocol)
The protocol used for the network binding.
|
Copyright © 2016. All rights reserved.