Uses of Class
com.oracle.bmc.aivision.model.StreamJob.LifecycleState
-
Packages that use StreamJob.LifecycleState Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.model com.oracle.bmc.aivision.requests -
-
Uses of StreamJob.LifecycleState in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision with parameters of type StreamJob.LifecycleState Modifier and Type Method Description Waiter<GetStreamJobRequest,GetStreamJobResponse>
AIServiceVisionWaiters. forStreamJob(GetStreamJobRequest request, StreamJob.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetStreamJobRequest,GetStreamJobResponse>
AIServiceVisionWaiters. forStreamJob(GetStreamJobRequest request, StreamJob.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetStreamJobRequest,GetStreamJobResponse>
AIServiceVisionWaiters. forStreamJob(GetStreamJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, StreamJob.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of StreamJob.LifecycleState in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return StreamJob.LifecycleState Modifier and Type Method Description static StreamJob.LifecycleState
StreamJob.LifecycleState. create(String key)
StreamJob.LifecycleState
StreamJob. getLifecycleState()
The current state of the Stream job.StreamJob.LifecycleState
StreamJobSummary. getLifecycleState()
The current state of the Stream job.static StreamJob.LifecycleState
StreamJob.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamJob.LifecycleState[]
StreamJob.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 StreamJob.LifecycleState Modifier and Type Method Description StreamJob.Builder
StreamJob.Builder. lifecycleState(StreamJob.LifecycleState lifecycleState)
The current state of the Stream job.StreamJobSummary.Builder
StreamJobSummary.Builder. lifecycleState(StreamJob.LifecycleState lifecycleState)
The current state of the Stream job.Constructors in com.oracle.bmc.aivision.model with parameters of type StreamJob.LifecycleState Constructor Description StreamJob(String id, String streamSourceId, String compartmentId, String displayName, List<VideoStreamFeature> features, StreamOutputLocation streamOutputLocation, String agentParticipantId, StreamJob.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.StreamJobSummary(String id, String streamSourceId, String compartmentId, String displayName, List<VideoStreamFeature> features, StreamOutputLocation streamOutputLocation, StreamJob.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of StreamJob.LifecycleState in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.requests that return StreamJob.LifecycleState Modifier and Type Method Description StreamJob.LifecycleState
ListStreamJobsRequest. getLifecycleState()
The filter to match projects with the given lifecycleState.Methods in com.oracle.bmc.aivision.requests with parameters of type StreamJob.LifecycleState Modifier and Type Method Description ListStreamJobsRequest.Builder
ListStreamJobsRequest.Builder. lifecycleState(StreamJob.LifecycleState lifecycleState)
The filter to match projects with the given lifecycleState.
-