Uses of Class
com.oracle.bmc.batch.model.CreateBatchTaskProfileDetails
-
Packages that use CreateBatchTaskProfileDetails Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of CreateBatchTaskProfileDetails in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return CreateBatchTaskProfileDetails Modifier and Type Method Description CreateBatchTaskProfileDetailsCreateBatchTaskProfileDetails.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type CreateBatchTaskProfileDetails Modifier and Type Method Description CreateBatchTaskProfileDetails.BuilderCreateBatchTaskProfileDetails.Builder. copy(CreateBatchTaskProfileDetails model) -
Uses of CreateBatchTaskProfileDetails in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return CreateBatchTaskProfileDetails Modifier and Type Method Description CreateBatchTaskProfileDetailsCreateBatchTaskProfileRequest. getBody$()Alternative accessor for the body parameter.CreateBatchTaskProfileDetailsCreateBatchTaskProfileRequest. getCreateBatchTaskProfileDetails()Details for the new batch task profile.Methods in com.oracle.bmc.batch.requests with parameters of type CreateBatchTaskProfileDetails Modifier and Type Method Description CreateBatchTaskProfileRequest.BuilderCreateBatchTaskProfileRequest.Builder. body$(CreateBatchTaskProfileDetails body)Alternative setter for the body parameter.CreateBatchTaskProfileRequest.BuilderCreateBatchTaskProfileRequest.Builder. createBatchTaskProfileDetails(CreateBatchTaskProfileDetails createBatchTaskProfileDetails)Details for the new batch task profile.
-