Package | Description |
---|---|
com.oracle.bmc.dashboardservice | |
com.oracle.bmc.dashboardservice.model | |
com.oracle.bmc.dashboardservice.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDashboardRequest,GetDashboardResponse> |
DashboardWaiters.forDashboard(GetDashboardRequest request,
Dashboard.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDashboardRequest,GetDashboardResponse> |
DashboardWaiters.forDashboard(GetDashboardRequest request,
Dashboard.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDashboardRequest,GetDashboardResponse> |
DashboardWaiters.forDashboard(GetDashboardRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Dashboard.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Dashboard.LifecycleState |
Dashboard.LifecycleState.create(String key) |
Dashboard.LifecycleState |
DashboardSummary.getLifecycleState()
The current state of the Dashboard.
|
Dashboard.LifecycleState |
Dashboard.getLifecycleState()
The current state of the dashboard.
|
static Dashboard.LifecycleState |
Dashboard.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dashboard.LifecycleState[] |
Dashboard.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DashboardSummary.Builder |
DashboardSummary.Builder.lifecycleState(Dashboard.LifecycleState lifecycleState)
The current state of the Dashboard.
|
V1Dashboard.Builder |
V1Dashboard.Builder.lifecycleState(Dashboard.LifecycleState lifecycleState) |
Constructor and Description |
---|
Dashboard(String id,
String dashboardGroupId,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Dashboard.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
DashboardSummary(String id,
String dashboardGroupId,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Dashboard.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
V1Dashboard(String id,
String dashboardGroupId,
String displayName,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Dashboard.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Object config,
List<Object> widgets)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Dashboard.LifecycleState |
ListDashboardsRequest.getLifecycleState()
A filter that returns dashboard resources that match the lifecycle state specified.
|
Modifier and Type | Method and Description |
---|---|
ListDashboardsRequest.Builder |
ListDashboardsRequest.Builder.lifecycleState(Dashboard.LifecycleState lifecycleState)
A filter that returns dashboard resources that match the lifecycle state specified.
|
Copyright © 2016–2024. All rights reserved.