Uses of Class
com.oracle.bmc.iot.model.IotFlowRuntime.LifecycleState
-
Packages that use IotFlowRuntime.LifecycleState Package Description com.oracle.bmc.iot com.oracle.bmc.iot.model com.oracle.bmc.iot.requests -
-
Uses of IotFlowRuntime.LifecycleState in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type IotFlowRuntime.LifecycleState Modifier and Type Method Description Waiter<GetIotFlowRuntimeRequest,GetIotFlowRuntimeResponse>IotWaiters. forIotFlowRuntime(GetIotFlowRuntimeRequest request, IotFlowRuntime.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetIotFlowRuntimeRequest,GetIotFlowRuntimeResponse>IotWaiters. forIotFlowRuntime(GetIotFlowRuntimeRequest request, IotFlowRuntime.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetIotFlowRuntimeRequest,GetIotFlowRuntimeResponse>IotWaiters. forIotFlowRuntime(GetIotFlowRuntimeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, IotFlowRuntime.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of IotFlowRuntime.LifecycleState in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return IotFlowRuntime.LifecycleState Modifier and Type Method Description static IotFlowRuntime.LifecycleStateIotFlowRuntime.LifecycleState. create(String key)IotFlowRuntime.LifecycleStateIotFlowRuntime. getLifecycleState()The current state of the IoT flow runtime.IotFlowRuntime.LifecycleStateIotFlowRuntimeSummary. getLifecycleState()The current state of the IoT flow runtime.static IotFlowRuntime.LifecycleStateIotFlowRuntime.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static IotFlowRuntime.LifecycleState[]IotFlowRuntime.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.iot.model with parameters of type IotFlowRuntime.LifecycleState Modifier and Type Method Description IotFlowRuntime.BuilderIotFlowRuntime.Builder. lifecycleState(IotFlowRuntime.LifecycleState lifecycleState)The current state of the IoT flow runtime.IotFlowRuntimeSummary.BuilderIotFlowRuntimeSummary.Builder. lifecycleState(IotFlowRuntime.LifecycleState lifecycleState)The current state of the IoT flow runtime.Constructors in com.oracle.bmc.iot.model with parameters of type IotFlowRuntime.LifecycleState Constructor Description IotFlowRuntime(String id, String iotDomainId, String compartmentId, String displayName, String description, IotFlowRuntime.Scale scale, LogConfigDetails logConfig, String flowRuntimeHost, NetworkConfigDetails networkConfig, IotFlowRuntime.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated)Deprecated.IotFlowRuntimeSummary(String id, String iotDomainId, String compartmentId, IotFlowRuntimeSummary.Scale scale, String displayName, String description, IotFlowRuntime.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated)Deprecated. -
Uses of IotFlowRuntime.LifecycleState in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return IotFlowRuntime.LifecycleState Modifier and Type Method Description IotFlowRuntime.LifecycleStateListIotFlowRuntimesRequest. getLifecycleState()Filter resources whose lifecycleState matches the specified value.Methods in com.oracle.bmc.iot.requests with parameters of type IotFlowRuntime.LifecycleState Modifier and Type Method Description ListIotFlowRuntimesRequest.BuilderListIotFlowRuntimesRequest.Builder. lifecycleState(IotFlowRuntime.LifecycleState lifecycleState)Filter resources whose lifecycleState matches the specified value.
-