Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.model.Domain.LifecycleState
-
Packages that use Domain.LifecycleState Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.model -
-
Uses of Domain.LifecycleState in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type Domain.LifecycleState Modifier and Type Method Description Waiter<GetDomainRequest,GetDomainResponse>
DomainWaiters. forDomain(GetDomainRequest request, Domain.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDomainRequest,GetDomainResponse>
DomainWaiters. forDomain(GetDomainRequest request, Domain.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDomainRequest,GetDomainResponse>
DomainWaiters. forDomain(GetDomainRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Domain.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Domain.LifecycleState in com.oracle.bmc.tenantmanagercontrolplane.model
Methods in com.oracle.bmc.tenantmanagercontrolplane.model that return Domain.LifecycleState Modifier and Type Method Description static Domain.LifecycleState
Domain.LifecycleState. create(String key)
Domain.LifecycleState
Domain. getLifecycleState()
Lifecycle state of the domain.Domain.LifecycleState
DomainSummary. getLifecycleState()
The lifecycle state of the domain.static Domain.LifecycleState
Domain.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Domain.LifecycleState[]
Domain.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type Domain.LifecycleState Modifier and Type Method Description Domain.Builder
Domain.Builder. lifecycleState(Domain.LifecycleState lifecycleState)
Lifecycle state of the domain.DomainSummary.Builder
DomainSummary.Builder. lifecycleState(Domain.LifecycleState lifecycleState)
The lifecycle state of the domain.Constructors in com.oracle.bmc.tenantmanagercontrolplane.model with parameters of type Domain.LifecycleState Constructor Description Domain(String id, String domainName, String ownerId, Domain.LifecycleState lifecycleState, Domain.Status status, String txtRecord, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DomainSummary(String id, String domainName, String ownerId, Domain.LifecycleState lifecycleState, Domain.Status status, String txtRecord, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-