Package | Description |
---|---|
com.oracle.bmc.emwarehouse | |
com.oracle.bmc.emwarehouse.model | |
com.oracle.bmc.emwarehouse.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetEmWarehouseRequest,GetEmWarehouseResponse> |
EmWarehouseWaiters.forEmWarehouse(GetEmWarehouseRequest request,
EmWarehouse.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetEmWarehouseRequest,GetEmWarehouseResponse> |
EmWarehouseWaiters.forEmWarehouse(GetEmWarehouseRequest request,
EmWarehouse.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetEmWarehouseRequest,GetEmWarehouseResponse> |
EmWarehouseWaiters.forEmWarehouse(GetEmWarehouseRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
EmWarehouse.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static EmWarehouse.LifecycleState |
EmWarehouse.LifecycleState.create(String key) |
EmWarehouse.LifecycleState |
EmWarehouseSummary.getLifecycleState()
The current state of the EmWarehouse.
|
EmWarehouse.LifecycleState |
EmWarehouse.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.
|
Modifier and Type | Method and Description |
---|---|
EmWarehouseSummary.Builder |
EmWarehouseSummary.Builder.lifecycleState(EmWarehouse.LifecycleState lifecycleState)
The current state of the EmWarehouse.
|
EmWarehouse.Builder |
EmWarehouse.Builder.lifecycleState(EmWarehouse.LifecycleState lifecycleState)
The current state of the EmWarehouse.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
EmWarehouse.LifecycleState |
ListEmWarehousesRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListEmWarehousesRequest.Builder |
ListEmWarehousesRequest.Builder.lifecycleState(EmWarehouse.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.