Uses of Class
software.amazon.awssdk.services.ecs.model.ManagedTerminationProtection
-
Packages that use ManagedTerminationProtection Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ManagedTerminationProtection in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ManagedTerminationProtection Modifier and Type Method Description static ManagedTerminationProtectionManagedTerminationProtection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ManagedTerminationProtectionAutoScalingGroupProvider. managedTerminationProtection()The managed termination protection setting to use for the Auto Scaling group capacity provider.ManagedTerminationProtectionAutoScalingGroupProviderUpdate. managedTerminationProtection()The managed termination protection setting to use for the Auto Scaling group capacity provider.static ManagedTerminationProtectionManagedTerminationProtection. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedTerminationProtection[]ManagedTerminationProtection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ManagedTerminationProtection Modifier and Type Method Description static Set<ManagedTerminationProtection>ManagedTerminationProtection. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type ManagedTerminationProtection Modifier and Type Method Description AutoScalingGroupProvider.BuilderAutoScalingGroupProvider.Builder. managedTerminationProtection(ManagedTerminationProtection managedTerminationProtection)The managed termination protection setting to use for the Auto Scaling group capacity provider.AutoScalingGroupProviderUpdate.BuilderAutoScalingGroupProviderUpdate.Builder. managedTerminationProtection(ManagedTerminationProtection managedTerminationProtection)The managed termination protection setting to use for the Auto Scaling group capacity provider.
-