Uses of Class
com.oracle.bmc.clusterhealth.model.DiagnosisStore.LifecycleState
-
Packages that use DiagnosisStore.LifecycleState Package Description com.oracle.bmc.clusterhealth com.oracle.bmc.clusterhealth.model com.oracle.bmc.clusterhealth.requests -
-
Uses of DiagnosisStore.LifecycleState in com.oracle.bmc.clusterhealth
Methods in com.oracle.bmc.clusterhealth with parameters of type DiagnosisStore.LifecycleState Modifier and Type Method Description Waiter<GetDiagnosisStoreRequest,GetDiagnosisStoreResponse>DiagnosisWaiters. forDiagnosisStore(GetDiagnosisStoreRequest request, DiagnosisStore.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetDiagnosisStoreRequest,GetDiagnosisStoreResponse>DiagnosisWaiters. forDiagnosisStore(GetDiagnosisStoreRequest request, DiagnosisStore.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetDiagnosisStoreRequest,GetDiagnosisStoreResponse>DiagnosisWaiters. forDiagnosisStore(GetDiagnosisStoreRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DiagnosisStore.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of DiagnosisStore.LifecycleState in com.oracle.bmc.clusterhealth.model
Methods in com.oracle.bmc.clusterhealth.model that return DiagnosisStore.LifecycleState Modifier and Type Method Description static DiagnosisStore.LifecycleStateDiagnosisStore.LifecycleState. create(String key)DiagnosisStore.LifecycleStateDiagnosisStore. getLifecycleState()The current state of the Diagnosis.DiagnosisStore.LifecycleStateDiagnosisStoreSummary. getLifecycleState()The current state of the Diagnosis.static DiagnosisStore.LifecycleStateDiagnosisStore.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static DiagnosisStore.LifecycleState[]DiagnosisStore.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.clusterhealth.model with parameters of type DiagnosisStore.LifecycleState Modifier and Type Method Description DiagnosisStore.BuilderDiagnosisStore.Builder. lifecycleState(DiagnosisStore.LifecycleState lifecycleState)The current state of the Diagnosis.DiagnosisStoreSummary.BuilderDiagnosisStoreSummary.Builder. lifecycleState(DiagnosisStore.LifecycleState lifecycleState)The current state of the Diagnosis.Constructors in com.oracle.bmc.clusterhealth.model with parameters of type DiagnosisStore.LifecycleState Constructor Description DiagnosisStore(String id, String displayName, String compartmentId, DiagnosisStore.LifecycleState lifecycleState, String lifecycleDetails, String objectStoreNamespace, String objectStoreBucket, Date timeCreated, Date timeUpdated, String lastAcceptedRequestToken, String lastCompletedRequestToken, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.DiagnosisStoreSummary(String id, String displayName, String compartmentId, DiagnosisStore.LifecycleState lifecycleState, String objectStoreNamespace, String objectStoreBucket, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of DiagnosisStore.LifecycleState in com.oracle.bmc.clusterhealth.requests
Methods in com.oracle.bmc.clusterhealth.requests that return DiagnosisStore.LifecycleState Modifier and Type Method Description DiagnosisStore.LifecycleStateListDiagnosisStoresRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.clusterhealth.requests with parameters of type DiagnosisStore.LifecycleState Modifier and Type Method Description ListDiagnosisStoresRequest.BuilderListDiagnosisStoresRequest.Builder. lifecycleState(DiagnosisStore.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-