Uses of Class
com.oracle.bmc.aivision.model.StreamGroup.LifecycleState
-
Packages that use StreamGroup.LifecycleState Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.model -
-
Uses of StreamGroup.LifecycleState in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision with parameters of type StreamGroup.LifecycleState Modifier and Type Method Description Waiter<GetStreamGroupRequest,GetStreamGroupResponse>
AIServiceVisionWaiters. forStreamGroup(GetStreamGroupRequest request, StreamGroup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetStreamGroupRequest,GetStreamGroupResponse>
AIServiceVisionWaiters. forStreamGroup(GetStreamGroupRequest request, StreamGroup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetStreamGroupRequest,GetStreamGroupResponse>
AIServiceVisionWaiters. forStreamGroup(GetStreamGroupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, StreamGroup.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of StreamGroup.LifecycleState in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return StreamGroup.LifecycleState Modifier and Type Method Description static StreamGroup.LifecycleState
StreamGroup.LifecycleState. create(String key)
StreamGroup.LifecycleState
StreamGroup. getLifecycleState()
The current state of the streamGroup.StreamGroup.LifecycleState
StreamGroupSummary. getLifecycleState()
The current state of the streamGroup.static StreamGroup.LifecycleState
StreamGroup.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamGroup.LifecycleState[]
StreamGroup.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 StreamGroup.LifecycleState Modifier and Type Method Description StreamGroup.Builder
StreamGroup.Builder. lifecycleState(StreamGroup.LifecycleState lifecycleState)
The current state of the streamGroup.StreamGroupSummary.Builder
StreamGroupSummary.Builder. lifecycleState(StreamGroup.LifecycleState lifecycleState)
The current state of the streamGroup.Constructors in com.oracle.bmc.aivision.model with parameters of type StreamGroup.LifecycleState Constructor Description StreamGroup(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, StreamGroup.LifecycleState lifecycleState, Boolean isEnabled, List<String> streamSourceIds, List<StreamGroupOverlap> streamOverlaps, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.StreamGroupSummary(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, Boolean isEnabled, StreamGroup.LifecycleState lifecycleState, List<String> streamSourceIds, List<StreamGroupOverlap> streamOverlaps, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-