Uses of Class
com.oracle.bmc.batch.model.LoggingConfiguration
-
Packages that use LoggingConfiguration Package Description com.oracle.bmc.batch.model -
-
Uses of LoggingConfiguration in com.oracle.bmc.batch.model
Subclasses of LoggingConfiguration in com.oracle.bmc.batch.model Modifier and Type Class Description classOciLoggingConfigurationLogging configuration for OCI Logging service.Methods in com.oracle.bmc.batch.model that return LoggingConfiguration Modifier and Type Method Description LoggingConfigurationBatchContext. getLoggingConfiguration()LoggingConfigurationCreateBatchContextDetails. getLoggingConfiguration()Methods in com.oracle.bmc.batch.model with parameters of type LoggingConfiguration Modifier and Type Method Description BatchContext.BuilderBatchContext.Builder. loggingConfiguration(LoggingConfiguration loggingConfiguration)CreateBatchContextDetails.BuilderCreateBatchContextDetails.Builder. loggingConfiguration(LoggingConfiguration loggingConfiguration)Constructors in com.oracle.bmc.batch.model with parameters of type LoggingConfiguration Constructor Description BatchContext(String id, String compartmentId, String displayName, String description, Date timeCreated, Date timeUpdated, BatchContext.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<JobPriorityConfiguration> jobPriorityConfigurations, Network network, List<Fleet> fleets, Map<String,Integer> entitlements, LoggingConfiguration loggingConfiguration)Deprecated.CreateBatchContextDetails(String compartmentId, String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<JobPriorityConfiguration> jobPriorityConfigurations, CreateNetworkDetails network, List<CreateFleetDetails> fleets, Map<String,Integer> entitlements, LoggingConfiguration loggingConfiguration)Deprecated.
-