Uses of Class
com.oracle.bmc.iot.model.IotDomainGroup.LifecycleState
-
Packages that use IotDomainGroup.LifecycleState Package Description com.oracle.bmc.iot com.oracle.bmc.iot.model com.oracle.bmc.iot.requests -
-
Uses of IotDomainGroup.LifecycleState in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type IotDomainGroup.LifecycleState Modifier and Type Method Description Waiter<GetIotDomainGroupRequest,GetIotDomainGroupResponse>
IotWaiters. forIotDomainGroup(GetIotDomainGroupRequest request, IotDomainGroup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetIotDomainGroupRequest,GetIotDomainGroupResponse>
IotWaiters. forIotDomainGroup(GetIotDomainGroupRequest request, IotDomainGroup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetIotDomainGroupRequest,GetIotDomainGroupResponse>
IotWaiters. forIotDomainGroup(GetIotDomainGroupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, IotDomainGroup.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of IotDomainGroup.LifecycleState in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return IotDomainGroup.LifecycleState Modifier and Type Method Description static IotDomainGroup.LifecycleState
IotDomainGroup.LifecycleState. create(String key)
IotDomainGroup.LifecycleState
IotDomainGroup. getLifecycleState()
The current state of an IoT Domain Group.IotDomainGroup.LifecycleState
IotDomainGroupSummary. getLifecycleState()
The current state of an IoT Domain Group.static IotDomainGroup.LifecycleState
IotDomainGroup.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static IotDomainGroup.LifecycleState[]
IotDomainGroup.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 IotDomainGroup.LifecycleState Modifier and Type Method Description IotDomainGroup.Builder
IotDomainGroup.Builder. lifecycleState(IotDomainGroup.LifecycleState lifecycleState)
The current state of an IoT Domain Group.IotDomainGroupSummary.Builder
IotDomainGroupSummary.Builder. lifecycleState(IotDomainGroup.LifecycleState lifecycleState)
The current state of an IoT Domain Group.Constructors in com.oracle.bmc.iot.model with parameters of type IotDomainGroup.LifecycleState Constructor Description IotDomainGroup(String id, String compartmentId, String displayName, String description, String dataHost, List<String> dbAllowListedVcnIds, String dbConnectionString, String dbTokenScope, IotDomainGroup.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated)
Deprecated.IotDomainGroupSummary(String id, String compartmentId, String displayName, String description, IotDomainGroup.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 IotDomainGroup.LifecycleState in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return IotDomainGroup.LifecycleState Modifier and Type Method Description IotDomainGroup.LifecycleState
ListIotDomainGroupsRequest. getLifecycleState()
Filter resources whose lifecycleState matches the specified value.Methods in com.oracle.bmc.iot.requests with parameters of type IotDomainGroup.LifecycleState Modifier and Type Method Description ListIotDomainGroupsRequest.Builder
ListIotDomainGroupsRequest.Builder. lifecycleState(IotDomainGroup.LifecycleState lifecycleState)
Filter resources whose lifecycleState matches the specified value.
-