Uses of Class
com.oracle.bmc.logging.model.LogSavedSearchLifecycleState
-
Packages that use LogSavedSearchLifecycleState Package Description com.oracle.bmc.logging com.oracle.bmc.logging.model -
-
Uses of LogSavedSearchLifecycleState in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging with parameters of type LogSavedSearchLifecycleState Modifier and Type Method Description Waiter<GetLogSavedSearchRequest,GetLogSavedSearchResponse>
LoggingManagementWaiters. forLogSavedSearch(GetLogSavedSearchRequest request, LogSavedSearchLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetLogSavedSearchRequest,GetLogSavedSearchResponse>
LoggingManagementWaiters. forLogSavedSearch(GetLogSavedSearchRequest request, LogSavedSearchLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetLogSavedSearchRequest,GetLogSavedSearchResponse>
LoggingManagementWaiters. forLogSavedSearch(GetLogSavedSearchRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LogSavedSearchLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LogSavedSearchLifecycleState in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return LogSavedSearchLifecycleState Modifier and Type Method Description static LogSavedSearchLifecycleState
LogSavedSearchLifecycleState. create(String key)
LogSavedSearchLifecycleState
LogSavedSearch. getLifecycleState()
The state of the LogSavedSearchLogSavedSearchLifecycleState
LogSavedSearchSummary. getLifecycleState()
The state of the LogSavedSearchstatic LogSavedSearchLifecycleState
LogSavedSearchLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogSavedSearchLifecycleState[]
LogSavedSearchLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.logging.model with parameters of type LogSavedSearchLifecycleState Modifier and Type Method Description LogSavedSearch.Builder
LogSavedSearch.Builder. lifecycleState(LogSavedSearchLifecycleState lifecycleState)
The state of the LogSavedSearchLogSavedSearchSummary.Builder
LogSavedSearchSummary.Builder. lifecycleState(LogSavedSearchLifecycleState lifecycleState)
The state of the LogSavedSearchConstructors in com.oracle.bmc.logging.model with parameters of type LogSavedSearchLifecycleState Constructor Description LogSavedSearch(String id, String compartmentId, String name, Date timeCreated, Date timeLastModified, String description, String query, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, LogSavedSearchLifecycleState lifecycleState)
Deprecated.LogSavedSearchSummary(String id, String compartmentId, String name, Date timeCreated, Date timeLastModified, String description, String query, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, LogSavedSearchLifecycleState lifecycleState)
Deprecated.
-