Uses of Class
com.oracle.bmc.batch.model.CreateBatchTaskEnvironmentDetails
-
Packages that use CreateBatchTaskEnvironmentDetails Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of CreateBatchTaskEnvironmentDetails in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return CreateBatchTaskEnvironmentDetails Modifier and Type Method Description CreateBatchTaskEnvironmentDetailsCreateBatchTaskEnvironmentDetails.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type CreateBatchTaskEnvironmentDetails Modifier and Type Method Description CreateBatchTaskEnvironmentDetails.BuilderCreateBatchTaskEnvironmentDetails.Builder. copy(CreateBatchTaskEnvironmentDetails model) -
Uses of CreateBatchTaskEnvironmentDetails in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return CreateBatchTaskEnvironmentDetails Modifier and Type Method Description CreateBatchTaskEnvironmentDetailsCreateBatchTaskEnvironmentRequest. getBody$()Alternative accessor for the body parameter.CreateBatchTaskEnvironmentDetailsCreateBatchTaskEnvironmentRequest. getCreateBatchTaskEnvironmentDetails()Details for the new batch task environment.Methods in com.oracle.bmc.batch.requests with parameters of type CreateBatchTaskEnvironmentDetails Modifier and Type Method Description CreateBatchTaskEnvironmentRequest.BuilderCreateBatchTaskEnvironmentRequest.Builder. body$(CreateBatchTaskEnvironmentDetails body)Alternative setter for the body parameter.CreateBatchTaskEnvironmentRequest.BuilderCreateBatchTaskEnvironmentRequest.Builder. createBatchTaskEnvironmentDetails(CreateBatchTaskEnvironmentDetails createBatchTaskEnvironmentDetails)Details for the new batch task environment.
-