Uses of Class
com.oracle.bmc.streaming.model.StreamPool.LifecycleState
-
Packages that use StreamPool.LifecycleState Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.model -
-
Uses of StreamPool.LifecycleState in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming with parameters of type StreamPool.LifecycleState Modifier and Type Method Description Waiter<GetStreamPoolRequest,GetStreamPoolResponse>
StreamAdminWaiters. forStreamPool(GetStreamPoolRequest request, StreamPool.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetStreamPoolRequest,GetStreamPoolResponse>
StreamAdminWaiters. forStreamPool(GetStreamPoolRequest request, StreamPool.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetStreamPoolRequest,GetStreamPoolResponse>
StreamAdminWaiters. forStreamPool(GetStreamPoolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, StreamPool.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of StreamPool.LifecycleState in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return StreamPool.LifecycleState Modifier and Type Method Description static StreamPool.LifecycleState
StreamPool.LifecycleState. create(String key)
StreamPool.LifecycleState
StreamPool. getLifecycleState()
The current state of the stream pool.static StreamPool.LifecycleState
StreamPool.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamPool.LifecycleState[]
StreamPool.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.streaming.model with parameters of type StreamPool.LifecycleState Modifier and Type Method Description StreamPool.Builder
StreamPool.Builder. lifecycleState(StreamPool.LifecycleState lifecycleState)
The current state of the stream pool.Constructors in com.oracle.bmc.streaming.model with parameters of type StreamPool.LifecycleState Constructor Description StreamPool(String id, String compartmentId, String name, StreamPool.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, KafkaSettings kafkaSettings, CustomEncryptionKey customEncryptionKey, Boolean isPrivate, String endpointFqdn, PrivateEndpointSettings privateEndpointSettings, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-