Uses of Class
com.oracle.bmc.batch.model.UpdateBatchTaskEnvironmentDetails
-
Packages that use UpdateBatchTaskEnvironmentDetails Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of UpdateBatchTaskEnvironmentDetails in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return UpdateBatchTaskEnvironmentDetails Modifier and Type Method Description UpdateBatchTaskEnvironmentDetailsUpdateBatchTaskEnvironmentDetails.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type UpdateBatchTaskEnvironmentDetails Modifier and Type Method Description UpdateBatchTaskEnvironmentDetails.BuilderUpdateBatchTaskEnvironmentDetails.Builder. copy(UpdateBatchTaskEnvironmentDetails model) -
Uses of UpdateBatchTaskEnvironmentDetails in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return UpdateBatchTaskEnvironmentDetails Modifier and Type Method Description UpdateBatchTaskEnvironmentDetailsUpdateBatchTaskEnvironmentRequest. getBody$()Alternative accessor for the body parameter.UpdateBatchTaskEnvironmentDetailsUpdateBatchTaskEnvironmentRequest. getUpdateBatchTaskEnvironmentDetails()The information to be updated.Methods in com.oracle.bmc.batch.requests with parameters of type UpdateBatchTaskEnvironmentDetails Modifier and Type Method Description UpdateBatchTaskEnvironmentRequest.BuilderUpdateBatchTaskEnvironmentRequest.Builder. body$(UpdateBatchTaskEnvironmentDetails body)Alternative setter for the body parameter.UpdateBatchTaskEnvironmentRequest.BuilderUpdateBatchTaskEnvironmentRequest.Builder. updateBatchTaskEnvironmentDetails(UpdateBatchTaskEnvironmentDetails updateBatchTaskEnvironmentDetails)The information to be updated.
-