Uses of Class
com.oracle.bmc.opsi.model.AwrHubLifecycleState
-
Packages that use AwrHubLifecycleState Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of AwrHubLifecycleState in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type AwrHubLifecycleState Modifier and Type Method Description Waiter<GetAwrHubRequest,GetAwrHubResponse>
OperationsInsightsWaiters. forAwrHub(GetAwrHubRequest request, AwrHubLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAwrHubRequest,GetAwrHubResponse>
OperationsInsightsWaiters. forAwrHub(GetAwrHubRequest request, AwrHubLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAwrHubRequest,GetAwrHubResponse>
OperationsInsightsWaiters. forAwrHub(GetAwrHubRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AwrHubLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of AwrHubLifecycleState in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return AwrHubLifecycleState Modifier and Type Method Description static AwrHubLifecycleState
AwrHubLifecycleState. create(String key)
AwrHubLifecycleState
AwrHub. getLifecycleState()
Possible lifecycle statesAwrHubLifecycleState
AwrHubSummary. getLifecycleState()
Possible lifecycle statesstatic AwrHubLifecycleState
AwrHubLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AwrHubLifecycleState[]
AwrHubLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type AwrHubLifecycleState Modifier and Type Method Description AwrHub.Builder
AwrHub.Builder. lifecycleState(AwrHubLifecycleState lifecycleState)
Possible lifecycle statesAwrHubSummary.Builder
AwrHubSummary.Builder. lifecycleState(AwrHubLifecycleState lifecycleState)
Possible lifecycle statesConstructors in com.oracle.bmc.opsi.model with parameters of type AwrHubLifecycleState Constructor Description AwrHub(String operationsInsightsWarehouseId, String id, String compartmentId, String displayName, String objectStorageBucketName, String awrMailboxUrl, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated, AwrHubLifecycleState lifecycleState, String lifecycleDetails, String hubDstTimezoneVersion)
Deprecated.AwrHubSummary(String operationsInsightsWarehouseId, String id, String compartmentId, String displayName, String objectStorageBucketName, String awrMailboxUrl, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated, AwrHubLifecycleState lifecycleState, String lifecycleDetails)
Deprecated. -
Uses of AwrHubLifecycleState in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return types with arguments of type AwrHubLifecycleState Modifier and Type Method Description List<AwrHubLifecycleState>
ListAwrHubsRequest. getLifecycleState()
Lifecycle statesMethods in com.oracle.bmc.opsi.requests with parameters of type AwrHubLifecycleState Modifier and Type Method Description ListAwrHubsRequest.Builder
ListAwrHubsRequest.Builder. lifecycleState(AwrHubLifecycleState singularValue)
Singular setter.Method parameters in com.oracle.bmc.opsi.requests with type arguments of type AwrHubLifecycleState Modifier and Type Method Description ListAwrHubsRequest.Builder
ListAwrHubsRequest.Builder. lifecycleState(List<AwrHubLifecycleState> lifecycleState)
Lifecycle states
-