| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<PortMapping> |
ContainerDefinition.portMappings()
The list of port mappings for the container.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinition.Builder |
ContainerDefinition.Builder.portMappings(PortMapping... portMappings)
The list of port mappings for the container.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDefinition.Builder |
ContainerDefinition.Builder.portMappings(Collection<PortMapping> portMappings)
The list of port mappings for the container.
|
Copyright © 2023. All rights reserved.