Uses of Class
software.amazon.awssdk.services.imagebuilder.model.LifecyclePolicyResourceType
-
Packages that use LifecyclePolicyResourceType Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of LifecyclePolicyResourceType in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return LifecyclePolicyResourceType Modifier and Type Method Description static LifecyclePolicyResourceTypeLifecyclePolicyResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LifecyclePolicyResourceTypeCreateLifecyclePolicyRequest. resourceType()The type of Image Builder resource that the lifecycle policy applies to.LifecyclePolicyResourceTypeLifecyclePolicy. resourceType()The type of resources the lifecycle policy targets.LifecyclePolicyResourceTypeLifecyclePolicySummary. resourceType()The type of resources the lifecycle policy targets.LifecyclePolicyResourceTypeUpdateLifecyclePolicyRequest. resourceType()The type of image resource that the lifecycle policy applies to.static LifecyclePolicyResourceTypeLifecyclePolicyResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static LifecyclePolicyResourceType[]LifecyclePolicyResourceType. 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 LifecyclePolicyResourceType Modifier and Type Method Description static Set<LifecyclePolicyResourceType>LifecyclePolicyResourceType. knownValues()Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type LifecyclePolicyResourceType Modifier and Type Method Description CreateLifecyclePolicyRequest.BuilderCreateLifecyclePolicyRequest.Builder. resourceType(LifecyclePolicyResourceType resourceType)The type of Image Builder resource that the lifecycle policy applies to.LifecyclePolicy.BuilderLifecyclePolicy.Builder. resourceType(LifecyclePolicyResourceType resourceType)The type of resources the lifecycle policy targets.LifecyclePolicySummary.BuilderLifecyclePolicySummary.Builder. resourceType(LifecyclePolicyResourceType resourceType)The type of resources the lifecycle policy targets.UpdateLifecyclePolicyRequest.BuilderUpdateLifecyclePolicyRequest.Builder. resourceType(LifecyclePolicyResourceType resourceType)The type of image resource that the lifecycle policy applies to.
-