Uses of Class
com.oracle.bmc.dashboardservice.model.Dashboard.LifecycleState
-
Packages that use Dashboard.LifecycleState Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.model com.oracle.bmc.dashboardservice.requests -
-
Uses of Dashboard.LifecycleState in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice with parameters of type Dashboard.LifecycleState Modifier and Type Method Description Waiter<GetDashboardRequest,GetDashboardResponse>
DashboardWaiters. forDashboard(GetDashboardRequest request, Dashboard.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDashboardRequest,GetDashboardResponse>
DashboardWaiters. forDashboard(GetDashboardRequest request, Dashboard.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDashboardRequest,GetDashboardResponse>
DashboardWaiters. forDashboard(GetDashboardRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Dashboard.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Dashboard.LifecycleState in com.oracle.bmc.dashboardservice.model
Methods in com.oracle.bmc.dashboardservice.model that return Dashboard.LifecycleState Modifier and Type Method Description static Dashboard.LifecycleState
Dashboard.LifecycleState. create(String key)
Dashboard.LifecycleState
Dashboard. getLifecycleState()
The current state of the dashboard.Dashboard.LifecycleState
DashboardSummary. 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.Methods in com.oracle.bmc.dashboardservice.model with parameters of type Dashboard.LifecycleState Modifier and Type Method Description DashboardSummary.Builder
DashboardSummary.Builder. lifecycleState(Dashboard.LifecycleState lifecycleState)
The current state of the Dashboard.V1Dashboard.Builder
V1Dashboard.Builder. lifecycleState(Dashboard.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.dashboardservice.model with parameters of type Dashboard.LifecycleState Constructor 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. -
Uses of Dashboard.LifecycleState in com.oracle.bmc.dashboardservice.requests
Methods in com.oracle.bmc.dashboardservice.requests that return Dashboard.LifecycleState Modifier and Type Method Description Dashboard.LifecycleState
ListDashboardsRequest. getLifecycleState()
A filter that returns dashboard resources that match the lifecycle state specified.Methods in com.oracle.bmc.dashboardservice.requests with parameters of type Dashboard.LifecycleState Modifier and Type Method Description ListDashboardsRequest.Builder
ListDashboardsRequest.Builder. lifecycleState(Dashboard.LifecycleState lifecycleState)
A filter that returns dashboard resources that match the lifecycle state specified.
-