Uses of Class
com.oracle.bmc.queue.model.ConsumerGroup.LifecycleState
-
Packages that use ConsumerGroup.LifecycleState Package Description com.oracle.bmc.queue com.oracle.bmc.queue.model com.oracle.bmc.queue.requests -
-
Uses of ConsumerGroup.LifecycleState in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue with parameters of type ConsumerGroup.LifecycleState Modifier and Type Method Description Waiter<GetConsumerGroupRequest,GetConsumerGroupResponse>QueueAdminWaiters. forConsumerGroup(GetConsumerGroupRequest request, ConsumerGroup.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetConsumerGroupRequest,GetConsumerGroupResponse>QueueAdminWaiters. forConsumerGroup(GetConsumerGroupRequest request, ConsumerGroup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetConsumerGroupRequest,GetConsumerGroupResponse>QueueAdminWaiters. forConsumerGroup(GetConsumerGroupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ConsumerGroup.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of ConsumerGroup.LifecycleState in com.oracle.bmc.queue.model
Methods in com.oracle.bmc.queue.model that return ConsumerGroup.LifecycleState Modifier and Type Method Description static ConsumerGroup.LifecycleStateConsumerGroup.LifecycleState. create(String key)ConsumerGroup.LifecycleStateConsumerGroup. getLifecycleState()The current state of the consumer group.ConsumerGroup.LifecycleStateConsumerGroupSummary. getLifecycleState()The current state of the consumer group.static ConsumerGroup.LifecycleStateConsumerGroup.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsumerGroup.LifecycleState[]ConsumerGroup.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 ConsumerGroup.LifecycleState Modifier and Type Method Description ConsumerGroup.BuilderConsumerGroup.Builder. lifecycleState(ConsumerGroup.LifecycleState lifecycleState)The current state of the consumer group.ConsumerGroupSummary.BuilderConsumerGroupSummary.Builder. lifecycleState(ConsumerGroup.LifecycleState lifecycleState)The current state of the consumer group.Constructors in com.oracle.bmc.queue.model with parameters of type ConsumerGroup.LifecycleState Constructor Description ConsumerGroup(String id, String displayName, Date timeCreated, Date timeUpdated, ConsumerGroup.LifecycleState lifecycleState, String lifecycleDetails, String filter, String queueId, Integer deadLetterQueueDeliveryCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.ConsumerGroupSummary(String id, String displayName, Date timeCreated, Date timeUpdated, ConsumerGroup.LifecycleState lifecycleState, String lifecycleDetails, String filter, String queueId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of ConsumerGroup.LifecycleState in com.oracle.bmc.queue.requests
Methods in com.oracle.bmc.queue.requests that return ConsumerGroup.LifecycleState Modifier and Type Method Description ConsumerGroup.LifecycleStateListConsumerGroupsRequest. getLifecycleState()A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.queue.requests with parameters of type ConsumerGroup.LifecycleState Modifier and Type Method Description ListConsumerGroupsRequest.BuilderListConsumerGroupsRequest.Builder. lifecycleState(ConsumerGroup.LifecycleState lifecycleState)A filter to return only resources their lifecycleState matches the given lifecycleState.
-