Uses of Class
com.oracle.bmc.resourcemanager.model.Template.LifecycleState
-
Packages that use Template.LifecycleState Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.model -
-
Uses of Template.LifecycleState in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type Template.LifecycleState Modifier and Type Method Description Waiter<GetTemplateRequest,GetTemplateResponse>
ResourceManagerWaiters. forTemplate(GetTemplateRequest request, Template.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTemplateRequest,GetTemplateResponse>
ResourceManagerWaiters. forTemplate(GetTemplateRequest request, Template.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTemplateRequest,GetTemplateResponse>
ResourceManagerWaiters. forTemplate(GetTemplateRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Template.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Template.LifecycleState in com.oracle.bmc.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return Template.LifecycleState Modifier and Type Method Description static Template.LifecycleState
Template.LifecycleState. create(String key)
Template.LifecycleState
Template. getLifecycleState()
The current lifecycle state of the template.Template.LifecycleState
TemplateSummary. getLifecycleState()
The current lifecycle state of the template.static Template.LifecycleState
Template.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Template.LifecycleState[]
Template.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourcemanager.model with parameters of type Template.LifecycleState Modifier and Type Method Description Template.Builder
Template.Builder. lifecycleState(Template.LifecycleState lifecycleState)
The current lifecycle state of the template.TemplateSummary.Builder
TemplateSummary.Builder. lifecycleState(Template.LifecycleState lifecycleState)
The current lifecycle state of the template.Constructors in com.oracle.bmc.resourcemanager.model with parameters of type Template.LifecycleState Constructor Description Template(String id, String compartmentId, String categoryId, String displayName, String description, String longDescription, Boolean isFreeTier, Date timeCreated, TemplateConfigSource templateConfigSource, Template.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.TemplateSummary(String id, String compartmentId, String displayName, String description, Boolean isFreeTier, Date timeCreated, Template.LifecycleState lifecycleState)
Deprecated.
-