Package | Description |
---|---|
com.oracle.bmc.logging | |
com.oracle.bmc.logging.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetLogGroupRequest,GetLogGroupResponse> |
LoggingManagementWaiters.forLogGroup(GetLogGroupRequest request,
LogGroupLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetLogGroupRequest,GetLogGroupResponse> |
LoggingManagementWaiters.forLogGroup(GetLogGroupRequest request,
LogGroupLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetLogGroupRequest,GetLogGroupResponse> |
LoggingManagementWaiters.forLogGroup(GetLogGroupRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LogGroupLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static LogGroupLifecycleState |
LogGroupLifecycleState.create(String key) |
LogGroupLifecycleState |
LogGroupSummary.getLifecycleState()
The log group object state.
|
LogGroupLifecycleState |
LogGroup.getLifecycleState()
The log group object state.
|
static LogGroupLifecycleState |
LogGroupLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogGroupLifecycleState[] |
LogGroupLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LogGroupSummary.Builder |
LogGroupSummary.Builder.lifecycleState(LogGroupLifecycleState lifecycleState)
The log group object state.
|
LogGroup.Builder |
LogGroup.Builder.lifecycleState(LogGroupLifecycleState lifecycleState)
The log group object state.
|
Constructor and Description |
---|
LogGroup(String id,
String compartmentId,
String displayName,
String description,
LogGroupLifecycleState lifecycleState,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Date timeCreated,
Date timeLastModified)
Deprecated.
|
LogGroupSummary(String id,
String compartmentId,
String displayName,
String description,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Date timeCreated,
Date timeLastModified,
LogGroupLifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.