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