Uses of Class
com.oracle.bmc.emwarehouse.model.EmWarehouse.LifecycleState
-
Packages that use EmWarehouse.LifecycleState Package Description com.oracle.bmc.emwarehouse com.oracle.bmc.emwarehouse.model com.oracle.bmc.emwarehouse.requests -
-
Uses of EmWarehouse.LifecycleState in com.oracle.bmc.emwarehouse
Methods in com.oracle.bmc.emwarehouse with parameters of type EmWarehouse.LifecycleState Modifier and Type Method Description Waiter<GetEmWarehouseRequest,GetEmWarehouseResponse>
EmWarehouseWaiters. forEmWarehouse(GetEmWarehouseRequest request, EmWarehouse.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetEmWarehouseRequest,GetEmWarehouseResponse>
EmWarehouseWaiters. forEmWarehouse(GetEmWarehouseRequest request, EmWarehouse.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetEmWarehouseRequest,GetEmWarehouseResponse>
EmWarehouseWaiters. forEmWarehouse(GetEmWarehouseRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, EmWarehouse.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of EmWarehouse.LifecycleState in com.oracle.bmc.emwarehouse.model
Methods in com.oracle.bmc.emwarehouse.model that return EmWarehouse.LifecycleState Modifier and Type Method Description static EmWarehouse.LifecycleState
EmWarehouse.LifecycleState. create(String key)
EmWarehouse.LifecycleState
EmWarehouse. getLifecycleState()
The current state of the EmWarehouse.EmWarehouse.LifecycleState
EmWarehouseSummary. getLifecycleState()
The current state of the EmWarehouse.static EmWarehouse.LifecycleState
EmWarehouse.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static EmWarehouse.LifecycleState[]
EmWarehouse.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.emwarehouse.model with parameters of type EmWarehouse.LifecycleState Modifier and Type Method Description EmWarehouse.Builder
EmWarehouse.Builder. lifecycleState(EmWarehouse.LifecycleState lifecycleState)
The current state of the EmWarehouse.EmWarehouseSummary.Builder
EmWarehouseSummary.Builder. lifecycleState(EmWarehouse.LifecycleState lifecycleState)
The current state of the EmWarehouse.Constructors in com.oracle.bmc.emwarehouse.model with parameters of type EmWarehouse.LifecycleState Constructor Description EmWarehouse(String operationsInsightsWarehouseId, String latestEtlRunStatus, String latestEtlRunMessage, String latestEtlRunTime, String id, String displayName, String compartmentId, String emWarehouseType, String emBridgeId, Date timeCreated, Date timeUpdated, EmWarehouse.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.EmWarehouseSummary(String operationsInsightsWarehouseId, String id, String displayName, String compartmentId, String emWarehouseType, String emBridgeId, String latestEtlRunStatus, String latestEtlRunMessage, String latestEtlRunTime, Date timeCreated, Date timeUpdated, EmWarehouse.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of EmWarehouse.LifecycleState in com.oracle.bmc.emwarehouse.requests
Methods in com.oracle.bmc.emwarehouse.requests that return EmWarehouse.LifecycleState Modifier and Type Method Description EmWarehouse.LifecycleState
ListEmWarehousesRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.emwarehouse.requests with parameters of type EmWarehouse.LifecycleState Modifier and Type Method Description ListEmWarehousesRequest.Builder
ListEmWarehousesRequest.Builder. lifecycleState(EmWarehouse.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-