Uses of Class
com.oracle.bmc.streaming.model.Stream.LifecycleState
-
Packages that use Stream.LifecycleState Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.model com.oracle.bmc.streaming.requests -
-
Uses of Stream.LifecycleState in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming with parameters of type Stream.LifecycleState Modifier and Type Method Description Waiter<GetStreamRequest,GetStreamResponse>
StreamAdminWaiters. forStream(GetStreamRequest request, Stream.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetStreamRequest,GetStreamResponse>
StreamAdminWaiters. forStream(GetStreamRequest request, Stream.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetStreamRequest,GetStreamResponse>
StreamAdminWaiters. forStream(GetStreamRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Stream.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Stream.LifecycleState in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return Stream.LifecycleState Modifier and Type Method Description static Stream.LifecycleState
Stream.LifecycleState. create(String key)
Stream.LifecycleState
Stream. getLifecycleState()
The current state of the stream.static Stream.LifecycleState
Stream.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Stream.LifecycleState[]
Stream.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 Stream.LifecycleState Modifier and Type Method Description Stream.Builder
Stream.Builder. lifecycleState(Stream.LifecycleState lifecycleState)
The current state of the stream.Constructors in com.oracle.bmc.streaming.model with parameters of type Stream.LifecycleState Constructor Description Stream(String name, String id, Integer partitions, Integer retentionInHours, String compartmentId, String streamPoolId, Stream.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, String messagesEndpoint, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of Stream.LifecycleState in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return Stream.LifecycleState Modifier and Type Method Description Stream.LifecycleState
ListStreamsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.streaming.requests with parameters of type Stream.LifecycleState Modifier and Type Method Description ListStreamsRequest.Builder
ListStreamsRequest.Builder. lifecycleState(Stream.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-