Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<NetworkBinding> |
SubmitContainerStateChangeRequest.networkBindings
The network bindings of the container.
|
private SdkInternalList<NetworkBinding> |
Container.networkBindings
The network bindings associated with the container.
|
Modifier and Type | Method and Description |
---|---|
NetworkBinding |
NetworkBinding.clone() |
NetworkBinding |
NetworkBinding.withBindIP(java.lang.String bindIP)
The IP address that the container is bound to on the container instance.
|
NetworkBinding |
NetworkBinding.withContainerPort(java.lang.Integer containerPort)
The port number on the container that is be used with the network
binding.
|
NetworkBinding |
NetworkBinding.withHostPort(java.lang.Integer hostPort)
The port number on the host that is used with the network binding.
|
NetworkBinding |
NetworkBinding.withProtocol(java.lang.String protocol)
The protocol used for the network binding.
|
NetworkBinding |
NetworkBinding.withProtocol(TransportProtocol protocol)
The protocol used for the network binding.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NetworkBinding> |
SubmitContainerStateChangeRequest.getNetworkBindings()
The network bindings of the container.
|
java.util.List<NetworkBinding> |
Container.getNetworkBindings()
The network bindings associated with the container.
|
Modifier and Type | Method and Description |
---|---|
SubmitContainerStateChangeRequest |
SubmitContainerStateChangeRequest.withNetworkBindings(NetworkBinding... networkBindings)
The network bindings of the container.
|
Container |
Container.withNetworkBindings(NetworkBinding... networkBindings)
The network bindings associated with the container.
|
Modifier and Type | Method and Description |
---|---|
void |
SubmitContainerStateChangeRequest.setNetworkBindings(java.util.Collection<NetworkBinding> networkBindings)
The network bindings of the container.
|
void |
Container.setNetworkBindings(java.util.Collection<NetworkBinding> networkBindings)
The network bindings associated with the container.
|
SubmitContainerStateChangeRequest |
SubmitContainerStateChangeRequest.withNetworkBindings(java.util.Collection<NetworkBinding> networkBindings)
The network bindings of the container.
|
Container |
Container.withNetworkBindings(java.util.Collection<NetworkBinding> networkBindings)
The network bindings associated with the container.
|
Modifier and Type | Method and Description |
---|---|
NetworkBinding |
NetworkBindingJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
NetworkBindingJsonMarshaller.marshall(NetworkBinding networkBinding,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|