Uses of Class
com.oracle.bmc.apmcontrolplane.model.LifecycleStates
-
Packages that use LifecycleStates Package Description com.oracle.bmc.apmcontrolplane com.oracle.bmc.apmcontrolplane.model com.oracle.bmc.apmcontrolplane.requests -
-
Uses of LifecycleStates in com.oracle.bmc.apmcontrolplane
Methods in com.oracle.bmc.apmcontrolplane with parameters of type LifecycleStates Modifier and Type Method Description Waiter<GetApmDomainRequest,GetApmDomainResponse>
ApmDomainWaiters. forApmDomain(GetApmDomainRequest request, LifecycleStates... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetApmDomainRequest,GetApmDomainResponse>
ApmDomainWaiters. forApmDomain(GetApmDomainRequest request, LifecycleStates targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetApmDomainRequest,GetApmDomainResponse>
ApmDomainWaiters. forApmDomain(GetApmDomainRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleStates... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LifecycleStates in com.oracle.bmc.apmcontrolplane.model
Methods in com.oracle.bmc.apmcontrolplane.model that return LifecycleStates Modifier and Type Method Description static LifecycleStates
LifecycleStates. create(String key)
LifecycleStates
ApmDomain. getLifecycleState()
The current lifecycle state of the APM domain.LifecycleStates
ApmDomainSummary. getLifecycleState()
The current lifecycle state of the APM domain.LifecycleStates
BaseDomainDetails. getLifecycleState()
The current lifecycle state of the APM domain.static LifecycleStates
LifecycleStates. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleStates[]
LifecycleStates. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmcontrolplane.model with parameters of type LifecycleStates Modifier and Type Method Description ApmDomain.Builder
ApmDomain.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the APM domain.ApmDomainSummary.Builder
ApmDomainSummary.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the APM domain.BaseDomainDetails.Builder
BaseDomainDetails.Builder. lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the APM domain.Constructors in com.oracle.bmc.apmcontrolplane.model with parameters of type LifecycleStates Constructor Description ApmDomain(String dataUploadEndpoint, String id, String displayName, String description, String compartmentId, LifecycleStates lifecycleState, Boolean isFreeTier, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.ApmDomainSummary(String id, String displayName, String description, String compartmentId, LifecycleStates lifecycleState, Boolean isFreeTier, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.BaseDomainDetails(String id, String displayName, String description, String compartmentId, LifecycleStates lifecycleState, Boolean isFreeTier, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of LifecycleStates in com.oracle.bmc.apmcontrolplane.requests
Methods in com.oracle.bmc.apmcontrolplane.requests that return LifecycleStates Modifier and Type Method Description LifecycleStates
ListApmDomainsRequest. getLifecycleState()
A filter to return only resources that match the given life-cycle state.Methods in com.oracle.bmc.apmcontrolplane.requests with parameters of type LifecycleStates Modifier and Type Method Description ListApmDomainsRequest.Builder
ListApmDomainsRequest.Builder. lifecycleState(LifecycleStates lifecycleState)
A filter to return only resources that match the given life-cycle state.
-