Uses of Class
com.oracle.bmc.aivision.model.StreamSource.LifecycleState
-
Packages that use StreamSource.LifecycleState Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.model com.oracle.bmc.aivision.requests -
-
Uses of StreamSource.LifecycleState in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision with parameters of type StreamSource.LifecycleState Modifier and Type Method Description Waiter<GetStreamSourceRequest,GetStreamSourceResponse>
AIServiceVisionWaiters. forStreamSource(GetStreamSourceRequest request, StreamSource.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetStreamSourceRequest,GetStreamSourceResponse>
AIServiceVisionWaiters. forStreamSource(GetStreamSourceRequest request, StreamSource.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetStreamSourceRequest,GetStreamSourceResponse>
AIServiceVisionWaiters. forStreamSource(GetStreamSourceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, StreamSource.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of StreamSource.LifecycleState in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return StreamSource.LifecycleState Modifier and Type Method Description static StreamSource.LifecycleState
StreamSource.LifecycleState. create(String key)
StreamSource.LifecycleState
StreamSource. getLifecycleState()
The current state of the streamSource.StreamSource.LifecycleState
StreamSourceSummary. getLifecycleState()
The current state of the streamSource.static StreamSource.LifecycleState
StreamSource.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamSource.LifecycleState[]
StreamSource.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aivision.model with parameters of type StreamSource.LifecycleState Modifier and Type Method Description StreamSource.Builder
StreamSource.Builder. lifecycleState(StreamSource.LifecycleState lifecycleState)
The current state of the streamSource.StreamSourceSummary.Builder
StreamSourceSummary.Builder. lifecycleState(StreamSource.LifecycleState lifecycleState)
The current state of the streamSource.Constructors in com.oracle.bmc.aivision.model with parameters of type StreamSource.LifecycleState Constructor Description StreamSource(StreamSourceDetails streamSourceDetails, String id, String compartmentId, Date timeCreated, Date timeUpdated, String displayName, StreamSource.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.StreamSourceSummary(StreamSourceDetails streamSourceDetails, String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, StreamSource.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of StreamSource.LifecycleState in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.requests that return StreamSource.LifecycleState Modifier and Type Method Description StreamSource.LifecycleState
ListStreamSourcesRequest. getLifecycleState()
The filter to match projects with the given lifecycleState.Methods in com.oracle.bmc.aivision.requests with parameters of type StreamSource.LifecycleState Modifier and Type Method Description ListStreamSourcesRequest.Builder
ListStreamSourcesRequest.Builder. lifecycleState(StreamSource.LifecycleState lifecycleState)
The filter to match projects with the given lifecycleState.
-