Uses of Class
com.oracle.bmc.iot.model.IotDomain.LifecycleState
-
Packages that use IotDomain.LifecycleState Package Description com.oracle.bmc.iot com.oracle.bmc.iot.model com.oracle.bmc.iot.requests -
-
Uses of IotDomain.LifecycleState in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type IotDomain.LifecycleState Modifier and Type Method Description Waiter<GetIotDomainRequest,GetIotDomainResponse>
IotWaiters. forIotDomain(GetIotDomainRequest request, IotDomain.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetIotDomainRequest,GetIotDomainResponse>
IotWaiters. forIotDomain(GetIotDomainRequest request, IotDomain.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetIotDomainRequest,GetIotDomainResponse>
IotWaiters. forIotDomain(GetIotDomainRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, IotDomain.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of IotDomain.LifecycleState in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return IotDomain.LifecycleState Modifier and Type Method Description static IotDomain.LifecycleState
IotDomain.LifecycleState. create(String key)
IotDomain.LifecycleState
IotDomain. getLifecycleState()
The current state of the IoT domain.IotDomain.LifecycleState
IotDomainSummary. getLifecycleState()
The current state of the IoT domain.static IotDomain.LifecycleState
IotDomain.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static IotDomain.LifecycleState[]
IotDomain.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 IotDomain.LifecycleState Modifier and Type Method Description IotDomain.Builder
IotDomain.Builder. lifecycleState(IotDomain.LifecycleState lifecycleState)
The current state of the IoT domain.IotDomainSummary.Builder
IotDomainSummary.Builder. lifecycleState(IotDomain.LifecycleState lifecycleState)
The current state of the IoT domain.Constructors in com.oracle.bmc.iot.model with parameters of type IotDomain.LifecycleState Constructor Description IotDomain(String id, String iotDomainGroupId, String compartmentId, String displayName, String description, String deviceHost, List<String> dbAllowListedIdentityGroupNames, String dbAllowedIdentityDomainHost, DataRetentionPeriodsInDays dataRetentionPeriodsInDays, IotDomain.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated)
Deprecated.IotDomainSummary(String id, String iotDomainGroupId, String compartmentId, String displayName, String description, IotDomain.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 IotDomain.LifecycleState in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return IotDomain.LifecycleState Modifier and Type Method Description IotDomain.LifecycleState
ListIotDomainsRequest. getLifecycleState()
Filter resources whose lifecycleState matches the specified value.Methods in com.oracle.bmc.iot.requests with parameters of type IotDomain.LifecycleState Modifier and Type Method Description ListIotDomainsRequest.Builder
ListIotDomainsRequest.Builder. lifecycleState(IotDomain.LifecycleState lifecycleState)
Filter resources whose lifecycleState matches the specified value.
-