Uses of Class
com.oracle.bmc.queue.model.Queue.LifecycleState
-
Packages that use Queue.LifecycleState Package Description com.oracle.bmc.queue com.oracle.bmc.queue.model com.oracle.bmc.queue.requests -
-
Uses of Queue.LifecycleState in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue with parameters of type Queue.LifecycleState Modifier and Type Method Description Waiter<GetQueueRequest,GetQueueResponse>
QueueAdminWaiters. forQueue(GetQueueRequest request, Queue.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetQueueRequest,GetQueueResponse>
QueueAdminWaiters. forQueue(GetQueueRequest request, Queue.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetQueueRequest,GetQueueResponse>
QueueAdminWaiters. forQueue(GetQueueRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Queue.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Queue.LifecycleState in com.oracle.bmc.queue.model
Methods in com.oracle.bmc.queue.model that return Queue.LifecycleState Modifier and Type Method Description static Queue.LifecycleState
Queue.LifecycleState. create(String key)
Queue.LifecycleState
Queue. getLifecycleState()
The current state of the queue.Queue.LifecycleState
QueueSummary. getLifecycleState()
The current state of the queue.static Queue.LifecycleState
Queue.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Queue.LifecycleState[]
Queue.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.queue.model with parameters of type Queue.LifecycleState Modifier and Type Method Description Queue.Builder
Queue.Builder. lifecycleState(Queue.LifecycleState lifecycleState)
The current state of the queue.QueueSummary.Builder
QueueSummary.Builder. lifecycleState(Queue.LifecycleState lifecycleState)
The current state of the queue.Constructors in com.oracle.bmc.queue.model with parameters of type Queue.LifecycleState Constructor Description Queue(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, Queue.LifecycleState lifecycleState, String lifecycleDetails, String messagesEndpoint, Integer retentionInSeconds, Integer visibilityInSeconds, Integer timeoutInSeconds, Integer deadLetterQueueDeliveryCount, String customEncryptionKeyId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Integer channelConsumptionLimit)
Deprecated.QueueSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, Queue.LifecycleState lifecycleState, String lifecycleDetails, String messagesEndpoint, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Queue.LifecycleState in com.oracle.bmc.queue.requests
Methods in com.oracle.bmc.queue.requests that return Queue.LifecycleState Modifier and Type Method Description Queue.LifecycleState
ListQueuesRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.queue.requests with parameters of type Queue.LifecycleState Modifier and Type Method Description ListQueuesRequest.Builder
ListQueuesRequest.Builder. lifecycleState(Queue.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-