Uses of Class
software.amazon.awssdk.services.ecs.model.ManagedInstancesNetworkConfiguration
-
Packages that use ManagedInstancesNetworkConfiguration Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ManagedInstancesNetworkConfiguration in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ManagedInstancesNetworkConfiguration Modifier and Type Method Description ManagedInstancesNetworkConfigurationInstanceLaunchTemplate. networkConfiguration()The network configuration for Amazon ECS Managed Instances.ManagedInstancesNetworkConfigurationInstanceLaunchTemplateUpdate. networkConfiguration()The updated network configuration for Amazon ECS Managed Instances.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ManagedInstancesNetworkConfiguration Modifier and Type Method Description InstanceLaunchTemplate.BuilderInstanceLaunchTemplate.Builder. networkConfiguration(ManagedInstancesNetworkConfiguration networkConfiguration)The network configuration for Amazon ECS Managed Instances.InstanceLaunchTemplateUpdate.BuilderInstanceLaunchTemplateUpdate.Builder. networkConfiguration(ManagedInstancesNetworkConfiguration networkConfiguration)The updated network configuration for Amazon ECS Managed Instances.
-