Uses of Class
com.oracle.bmc.limits.model.Quota.LifecycleState
-
Packages that use Quota.LifecycleState Package Description com.oracle.bmc.limits com.oracle.bmc.limits.model -
-
Uses of Quota.LifecycleState in com.oracle.bmc.limits
Methods in com.oracle.bmc.limits with parameters of type Quota.LifecycleState Modifier and Type Method Description Waiter<GetQuotaRequest,GetQuotaResponse>
QuotasWaiters. forQuota(GetQuotaRequest request, Quota.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetQuotaRequest,GetQuotaResponse>
QuotasWaiters. forQuota(GetQuotaRequest request, Quota.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetQuotaRequest,GetQuotaResponse>
QuotasWaiters. forQuota(GetQuotaRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Quota.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Quota.LifecycleState in com.oracle.bmc.limits.model
Methods in com.oracle.bmc.limits.model that return Quota.LifecycleState Modifier and Type Method Description static Quota.LifecycleState
Quota.LifecycleState. create(String key)
Quota.LifecycleState
Quota. getLifecycleState()
The quota’s current state.static Quota.LifecycleState
Quota.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Quota.LifecycleState[]
Quota.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.limits.model with parameters of type Quota.LifecycleState Modifier and Type Method Description Quota.Builder
Quota.Builder. lifecycleState(Quota.LifecycleState lifecycleState)
The quota’s current state.Constructors in com.oracle.bmc.limits.model with parameters of type Quota.LifecycleState Constructor Description Quota(String id, String compartmentId, String name, List<String> statements, List<ResourceLock> locks, String description, Date timeCreated, Quota.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-