Uses of Class
com.oracle.bmc.batch.model.BatchContext
-
Packages that use BatchContext Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.responses -
-
Uses of BatchContext in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchContext Modifier and Type Method Description BatchContextBatchContext.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type BatchContext Modifier and Type Method Description BatchContext.BuilderBatchContext.Builder. copy(BatchContext model) -
Uses of BatchContext in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return BatchContext Modifier and Type Method Description BatchContextCreateBatchContextResponse. getBatchContext()The returned BatchContext instance.BatchContextGetBatchContextResponse. getBatchContext()The returned BatchContext instance.Methods in com.oracle.bmc.batch.responses with parameters of type BatchContext Modifier and Type Method Description CreateBatchContextResponse.BuilderCreateBatchContextResponse.Builder. batchContext(BatchContext batchContext)The returned BatchContext instance.GetBatchContextResponse.BuilderGetBatchContextResponse.Builder. batchContext(BatchContext batchContext)The returned BatchContext instance.
-