Uses of Class
software.amazon.awssdk.services.imagebuilder.model.LifecyclePolicyTimeUnit
-
Packages that use LifecyclePolicyTimeUnit Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of LifecyclePolicyTimeUnit in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return LifecyclePolicyTimeUnit Modifier and Type Method Description static LifecyclePolicyTimeUnitLifecyclePolicyTimeUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LifecyclePolicyTimeUnitLifecyclePolicyDetailExclusionRulesAmisLastLaunched. unit()Defines the unit of time that the lifecycle policy uses to calculate elapsed time since the last instance launched from the AMI.LifecyclePolicyTimeUnitLifecyclePolicyDetailFilter. unit()Defines the unit of time that the lifecycle policy uses to determine impacted resources.static LifecyclePolicyTimeUnitLifecyclePolicyTimeUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static LifecyclePolicyTimeUnit[]LifecyclePolicyTimeUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type LifecyclePolicyTimeUnit Modifier and Type Method Description static Set<LifecyclePolicyTimeUnit>LifecyclePolicyTimeUnit. knownValues()Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type LifecyclePolicyTimeUnit Modifier and Type Method Description LifecyclePolicyDetailExclusionRulesAmisLastLaunched.BuilderLifecyclePolicyDetailExclusionRulesAmisLastLaunched.Builder. unit(LifecyclePolicyTimeUnit unit)Defines the unit of time that the lifecycle policy uses to calculate elapsed time since the last instance launched from the AMI.LifecyclePolicyDetailFilter.BuilderLifecyclePolicyDetailFilter.Builder. unit(LifecyclePolicyTimeUnit unit)Defines the unit of time that the lifecycle policy uses to determine impacted resources.
-