Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
NetworkConfiguration |
NetworkConfiguration.clone() |
NetworkConfiguration |
TaskSet.getNetworkConfiguration()
The network configuration for the task set.
|
NetworkConfiguration |
CreateServiceRequest.getNetworkConfiguration()
The network configuration for the service.
|
NetworkConfiguration |
Deployment.getNetworkConfiguration()
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
NetworkConfiguration |
StartTaskRequest.getNetworkConfiguration()
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
NetworkConfiguration |
UpdateServiceRequest.getNetworkConfiguration()
The network configuration for the service.
|
NetworkConfiguration |
CreateTaskSetRequest.getNetworkConfiguration() |
NetworkConfiguration |
RunTaskRequest.getNetworkConfiguration()
The network configuration for the task.
|
NetworkConfiguration |
Service.getNetworkConfiguration()
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
NetworkConfiguration |
NetworkConfiguration.withAwsvpcConfiguration(AwsVpcConfiguration awsvpcConfiguration)
The VPC subnets and security groups associated with a task.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskSet.setNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the task set.
|
void |
CreateServiceRequest.setNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the service.
|
void |
Deployment.setNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
void |
StartTaskRequest.setNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
void |
UpdateServiceRequest.setNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the service.
|
void |
CreateTaskSetRequest.setNetworkConfiguration(NetworkConfiguration networkConfiguration) |
void |
RunTaskRequest.setNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the task.
|
void |
Service.setNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
TaskSet |
TaskSet.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the task set.
|
CreateServiceRequest |
CreateServiceRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the service.
|
Deployment |
Deployment.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
StartTaskRequest |
StartTaskRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
UpdateServiceRequest |
UpdateServiceRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the service.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration) |
RunTaskRequest |
RunTaskRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for the task.
|
Service |
Service.withNetworkConfiguration(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 © 2019. All rights reserved.