Uses of Class
com.oracle.bmc.dashboardservice.model.DashboardGroup.LifecycleState
-
Packages that use DashboardGroup.LifecycleState Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.model com.oracle.bmc.dashboardservice.requests -
-
Uses of DashboardGroup.LifecycleState in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice with parameters of type DashboardGroup.LifecycleState Modifier and Type Method Description Waiter<GetDashboardGroupRequest,GetDashboardGroupResponse>
DashboardGroupWaiters. forDashboardGroup(GetDashboardGroupRequest request, DashboardGroup.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDashboardGroupRequest,GetDashboardGroupResponse>
DashboardGroupWaiters. forDashboardGroup(GetDashboardGroupRequest request, DashboardGroup.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDashboardGroupRequest,GetDashboardGroupResponse>
DashboardGroupWaiters. forDashboardGroup(GetDashboardGroupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DashboardGroup.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DashboardGroup.LifecycleState in com.oracle.bmc.dashboardservice.model
Methods in com.oracle.bmc.dashboardservice.model that return DashboardGroup.LifecycleState Modifier and Type Method Description static DashboardGroup.LifecycleState
DashboardGroup.LifecycleState. create(String key)
DashboardGroup.LifecycleState
DashboardGroup. getLifecycleState()
The current state of the DashboardGroup resource.DashboardGroup.LifecycleState
DashboardGroupSummary. getLifecycleState()
The current state of the DashboardGroup resource.static DashboardGroup.LifecycleState
DashboardGroup.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DashboardGroup.LifecycleState[]
DashboardGroup.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 DashboardGroup.LifecycleState Modifier and Type Method Description DashboardGroup.Builder
DashboardGroup.Builder. lifecycleState(DashboardGroup.LifecycleState lifecycleState)
The current state of the DashboardGroup resource.DashboardGroupSummary.Builder
DashboardGroupSummary.Builder. lifecycleState(DashboardGroup.LifecycleState lifecycleState)
The current state of the DashboardGroup resource.Constructors in com.oracle.bmc.dashboardservice.model with parameters of type DashboardGroup.LifecycleState Constructor Description DashboardGroup(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, DashboardGroup.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DashboardGroupSummary(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, DashboardGroup.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of DashboardGroup.LifecycleState in com.oracle.bmc.dashboardservice.requests
Methods in com.oracle.bmc.dashboardservice.requests that return DashboardGroup.LifecycleState Modifier and Type Method Description DashboardGroup.LifecycleState
ListDashboardGroupsRequest. getLifecycleState()
A filter that returns dashboard groups that match the lifecycle state specified.Methods in com.oracle.bmc.dashboardservice.requests with parameters of type DashboardGroup.LifecycleState Modifier and Type Method Description ListDashboardGroupsRequest.Builder
ListDashboardGroupsRequest.Builder. lifecycleState(DashboardGroup.LifecycleState lifecycleState)
A filter that returns dashboard groups that match the lifecycle state specified.
-