Uses of Class
com.oracle.bmc.dns.model.View.LifecycleState
-
Packages that use View.LifecycleState Package Description com.oracle.bmc.dns com.oracle.bmc.dns.model -
-
Uses of View.LifecycleState in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns with parameters of type View.LifecycleState Modifier and Type Method Description Waiter<GetViewRequest,GetViewResponse>
DnsWaiters. forView(GetViewRequest request, View.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetViewRequest,GetViewResponse>
DnsWaiters. forView(GetViewRequest request, View.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetViewRequest,GetViewResponse>
DnsWaiters. forView(GetViewRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, View.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of View.LifecycleState in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return View.LifecycleState Modifier and Type Method Description static View.LifecycleState
View.LifecycleState. create(String key)
View.LifecycleState
View. getLifecycleState()
The current state of the resource.static View.LifecycleState
View.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static View.LifecycleState[]
View.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dns.model with parameters of type View.LifecycleState Modifier and Type Method Description View.Builder
View.Builder. lifecycleState(View.LifecycleState lifecycleState)
The current state of the resource.Constructors in com.oracle.bmc.dns.model with parameters of type View.LifecycleState Constructor Description View(String compartmentId, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String id, String self, Date timeCreated, Date timeUpdated, View.LifecycleState lifecycleState, Boolean isProtected)
Deprecated.
-