Uses of Class
com.oracle.bmc.logging.model.LogGroupLifecycleState
-
Packages that use LogGroupLifecycleState Package Description com.oracle.bmc.logging com.oracle.bmc.logging.model -
-
Uses of LogGroupLifecycleState in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging with parameters of type LogGroupLifecycleState Modifier and Type Method Description Waiter<GetLogGroupRequest,GetLogGroupResponse>
LoggingManagementWaiters. forLogGroup(GetLogGroupRequest request, LogGroupLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetLogGroupRequest,GetLogGroupResponse>
LoggingManagementWaiters. forLogGroup(GetLogGroupRequest request, LogGroupLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetLogGroupRequest,GetLogGroupResponse>
LoggingManagementWaiters. forLogGroup(GetLogGroupRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LogGroupLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LogGroupLifecycleState in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return LogGroupLifecycleState Modifier and Type Method Description static LogGroupLifecycleState
LogGroupLifecycleState. create(String key)
LogGroupLifecycleState
LogGroup. getLifecycleState()
The log group object state.LogGroupLifecycleState
LogGroupSummary. 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.Methods in com.oracle.bmc.logging.model with parameters of type LogGroupLifecycleState Modifier and Type Method Description LogGroup.Builder
LogGroup.Builder. lifecycleState(LogGroupLifecycleState lifecycleState)
The log group object state.LogGroupSummary.Builder
LogGroupSummary.Builder. lifecycleState(LogGroupLifecycleState lifecycleState)
The log group object state.Constructors in com.oracle.bmc.logging.model with parameters of type LogGroupLifecycleState Constructor 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.
-