Uses of Class
com.oracle.bmc.wlms.model.WlsDomain.LifecycleState
-
Packages that use WlsDomain.LifecycleState Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.model com.oracle.bmc.wlms.requests -
-
Uses of WlsDomain.LifecycleState in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms with parameters of type WlsDomain.LifecycleState Modifier and Type Method Description Waiter<GetWlsDomainRequest,GetWlsDomainResponse>
WeblogicManagementServiceWaiters. forWlsDomain(GetWlsDomainRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, WlsDomain.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Waiter<GetWlsDomainRequest,GetWlsDomainResponse>
WeblogicManagementServiceWaiters. forWlsDomain(GetWlsDomainRequest request, WlsDomain.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetWlsDomainRequest,GetWlsDomainResponse>
WeblogicManagementServiceWaiters. forWlsDomain(GetWlsDomainRequest request, WlsDomain.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration. -
Uses of WlsDomain.LifecycleState in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return WlsDomain.LifecycleState Modifier and Type Method Description static WlsDomain.LifecycleState
WlsDomain.LifecycleState. create(String key)
WlsDomain.LifecycleState
WlsDomain. getLifecycleState()
The current state of the WebLogic service domain.WlsDomain.LifecycleState
WlsDomainSummary. getLifecycleState()
The current state of the WebLogic domain.static WlsDomain.LifecycleState
WlsDomain.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static WlsDomain.LifecycleState[]
WlsDomain.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.wlms.model with parameters of type WlsDomain.LifecycleState Modifier and Type Method Description WlsDomain.Builder
WlsDomain.Builder. lifecycleState(WlsDomain.LifecycleState lifecycleState)
The current state of the WebLogic service domain.WlsDomainSummary.Builder
WlsDomainSummary.Builder. lifecycleState(WlsDomain.LifecycleState lifecycleState)
The current state of the WebLogic domain.Constructors in com.oracle.bmc.wlms.model with parameters of type WlsDomain.LifecycleState Constructor Description WlsDomain(String id, String displayName, String compartmentId, String middlewareType, String weblogicVersion, PatchReadinessStatus patchReadinessStatus, Boolean isAcceptedTermsAndConditions, WlsDomain.LifecycleState lifecycleState, String lifecycleDetails, WlsDomainConfiguration configuration, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.WlsDomainSummary(String id, String displayName, String compartmentId, String middlewareType, String weblogicVersion, PatchReadinessStatus patchReadinessStatus, WlsDomain.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of WlsDomain.LifecycleState in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return WlsDomain.LifecycleState Modifier and Type Method Description WlsDomain.LifecycleState
ListWlsDomainsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.wlms.requests with parameters of type WlsDomain.LifecycleState Modifier and Type Method Description ListWlsDomainsRequest.Builder
ListWlsDomainsRequest.Builder. lifecycleState(WlsDomain.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-