Package | Description |
---|---|
com.oracle.bmc.logging | |
com.oracle.bmc.logging.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetLogSavedSearchRequest,GetLogSavedSearchResponse> |
LoggingManagementWaiters.forLogSavedSearch(GetLogSavedSearchRequest request,
LogSavedSearchLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetLogSavedSearchRequest,GetLogSavedSearchResponse> |
LoggingManagementWaiters.forLogSavedSearch(GetLogSavedSearchRequest request,
LogSavedSearchLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetLogSavedSearchRequest,GetLogSavedSearchResponse> |
LoggingManagementWaiters.forLogSavedSearch(GetLogSavedSearchRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LogSavedSearchLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static LogSavedSearchLifecycleState |
LogSavedSearchLifecycleState.create(String key) |
LogSavedSearchLifecycleState |
LogSavedSearch.getLifecycleState()
The state of the LogSavedSearch
|
LogSavedSearchLifecycleState |
LogSavedSearchSummary.getLifecycleState()
The state of the LogSavedSearch
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
LogSavedSearch.Builder |
LogSavedSearch.Builder.lifecycleState(LogSavedSearchLifecycleState lifecycleState)
The state of the LogSavedSearch
|
LogSavedSearchSummary.Builder |
LogSavedSearchSummary.Builder.lifecycleState(LogSavedSearchLifecycleState lifecycleState)
The state of the LogSavedSearch
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.