Uses of Class
software.amazon.awssdk.services.ecs.model.NetworkConfiguration
-
Packages that use NetworkConfiguration Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of NetworkConfiguration in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return NetworkConfiguration Modifier and Type Method Description NetworkConfigurationCreateServiceRequest. networkConfiguration()The network configuration for the service.NetworkConfigurationCreateTaskSetRequest. networkConfiguration()An object representing the network configuration for a task set.NetworkConfigurationDeployment. networkConfiguration()The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using theawsvpcnetworking mode.NetworkConfigurationRunTaskRequest. networkConfiguration()The network configuration for the task.NetworkConfigurationService. networkConfiguration()The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using theawsvpcnetworking mode.NetworkConfigurationServiceRevision. networkConfiguration()Returns the value of the NetworkConfiguration property for this object.NetworkConfigurationStartTaskRequest. networkConfiguration()The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using theawsvpcnetworking mode.NetworkConfigurationTaskSet. networkConfiguration()The network configuration for the task set.NetworkConfigurationUpdateServiceRequest. networkConfiguration()An object representing the network configuration for the service.Methods in software.amazon.awssdk.services.ecs.model with parameters of type NetworkConfiguration Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. networkConfiguration(NetworkConfiguration networkConfiguration)The network configuration for the service.CreateTaskSetRequest.BuilderCreateTaskSetRequest.Builder. networkConfiguration(NetworkConfiguration networkConfiguration)An object representing the network configuration for a task set.Deployment.BuilderDeployment.Builder. networkConfiguration(NetworkConfiguration networkConfiguration)The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using theawsvpcnetworking mode.RunTaskRequest.BuilderRunTaskRequest.Builder. networkConfiguration(NetworkConfiguration networkConfiguration)The network configuration for the task.Service.BuilderService.Builder. networkConfiguration(NetworkConfiguration networkConfiguration)The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using theawsvpcnetworking mode.ServiceRevision.BuilderServiceRevision.Builder. networkConfiguration(NetworkConfiguration networkConfiguration)Sets the value of the NetworkConfiguration property for this object.StartTaskRequest.BuilderStartTaskRequest.Builder. networkConfiguration(NetworkConfiguration networkConfiguration)The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using theawsvpcnetworking mode.TaskSet.BuilderTaskSet.Builder. networkConfiguration(NetworkConfiguration networkConfiguration)The network configuration for the task set.UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. networkConfiguration(NetworkConfiguration networkConfiguration)An object representing the network configuration for the service.
-