| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfiguration |
UpdateServiceRequest.networkConfiguration()
An object representing the network configuration for the service.
|
NetworkConfiguration |
CreateServiceRequest.networkConfiguration()
The network configuration for the service.
|
NetworkConfiguration |
RunTaskRequest.networkConfiguration()
The network configuration for the task.
|
NetworkConfiguration |
StartTaskRequest.networkConfiguration()
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
NetworkConfiguration |
Deployment.networkConfiguration()
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
NetworkConfiguration |
CreateTaskSetRequest.networkConfiguration()
An object representing the network configuration for a task set.
|
NetworkConfiguration |
TaskSet.networkConfiguration()
The network configuration for the task set.
|
NetworkConfiguration |
Service.networkConfiguration()
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
An object representing the network configuration for the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the service.
|
RunTaskRequest.Builder |
RunTaskRequest.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the task.
|
StartTaskRequest.Builder |
StartTaskRequest.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
Deployment.Builder |
Deployment.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
CreateTaskSetRequest.Builder |
CreateTaskSetRequest.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
An object representing the network configuration for a task set.
|
TaskSet.Builder |
TaskSet.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the task set.
|
Service.Builder |
Service.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
Copyright © 2022. All rights reserved.