default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
The network configuration for the service.
|
default CreateTaskSetRequest.Builder |
CreateTaskSetRequest.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
An object representing the network configuration for a task set.
|
default Deployment.Builder |
Deployment.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the awsvpc networking mode.
|
default RunTaskRequest.Builder |
RunTaskRequest.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
The network configuration for the task.
|
default Service.Builder |
Service.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the awsvpc networking mode.
|
default ServiceRevision.Builder |
ServiceRevision.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
Sets the value of the NetworkConfiguration property for this object.
|
default StartTaskRequest.Builder |
StartTaskRequest.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the awsvpc networking mode.
|
default TaskSet.Builder |
TaskSet.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
The network configuration for the task set.
|
default UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
An object representing the network configuration for the service.
|