| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkBinding> |
Container.networkBindings()
The network bindings associated with the container.
|
List<NetworkBinding> |
SubmitContainerStateChangeRequest.networkBindings()
The network bindings of the container.
|
List<NetworkBinding> |
ContainerStateChange.networkBindings()
Any network bindings that are associated with the container.
|
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.networkBindings(NetworkBinding... networkBindings)
The network bindings associated with the container.
|
SubmitContainerStateChangeRequest.Builder |
SubmitContainerStateChangeRequest.Builder.networkBindings(NetworkBinding... networkBindings)
The network bindings of the container.
|
ContainerStateChange.Builder |
ContainerStateChange.Builder.networkBindings(NetworkBinding... networkBindings)
Any network bindings that are associated with the container.
|
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.networkBindings(Collection<NetworkBinding> networkBindings)
The network bindings associated with the container.
|
SubmitContainerStateChangeRequest.Builder |
SubmitContainerStateChangeRequest.Builder.networkBindings(Collection<NetworkBinding> networkBindings)
The network bindings of the container.
|
ContainerStateChange.Builder |
ContainerStateChange.Builder.networkBindings(Collection<NetworkBinding> networkBindings)
Any network bindings that are associated with the container.
|
Copyright © 2022. All rights reserved.