Uses of Class
com.oracle.bmc.dataflow.model.SqlEndpointLogOperation
-
Packages that use SqlEndpointLogOperation Package Description com.oracle.bmc.dataflow.model -
-
Uses of SqlEndpointLogOperation in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return SqlEndpointLogOperation Modifier and Type Method Description static SqlEndpointLogOperationSqlEndpointLogOperation. create(String key)SqlEndpointLogOperationUpdateSqlEndpointDetails. getLogOperation()The log operation will be performed for the Sql Endpoint.static SqlEndpointLogOperationSqlEndpointLogOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlEndpointLogOperation[]SqlEndpointLogOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataflow.model with parameters of type SqlEndpointLogOperation Modifier and Type Method Description UpdateSqlEndpointDetails.BuilderUpdateSqlEndpointDetails.Builder. logOperation(SqlEndpointLogOperation logOperation)The log operation will be performed for the Sql Endpoint.Constructors in com.oracle.bmc.dataflow.model with parameters of type SqlEndpointLogOperation Constructor Description UpdateSqlEndpointDetails(Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, String displayName, String description, String driverShape, ShapeConfig driverShapeConfig, String executorShape, ShapeConfig executorShapeConfig, Integer minExecutorCount, Integer maxExecutorCount, String metastoreId, String lakeId, String logGroupId, String logCompartmentId, String logDisplayName, Integer logRetentionDuration, SqlEndpointLogOperation logOperation, Map<String,String> sparkAdvancedConfigurations)Deprecated.
-