Uses of Class
com.oracle.bmc.batch.model.UpdateBatchTaskProfileDetails
-
Packages that use UpdateBatchTaskProfileDetails Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of UpdateBatchTaskProfileDetails in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return UpdateBatchTaskProfileDetails Modifier and Type Method Description UpdateBatchTaskProfileDetailsUpdateBatchTaskProfileDetails.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type UpdateBatchTaskProfileDetails Modifier and Type Method Description UpdateBatchTaskProfileDetails.BuilderUpdateBatchTaskProfileDetails.Builder. copy(UpdateBatchTaskProfileDetails model) -
Uses of UpdateBatchTaskProfileDetails in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return UpdateBatchTaskProfileDetails Modifier and Type Method Description UpdateBatchTaskProfileDetailsUpdateBatchTaskProfileRequest. getBody$()Alternative accessor for the body parameter.UpdateBatchTaskProfileDetailsUpdateBatchTaskProfileRequest. getUpdateBatchTaskProfileDetails()The information to be updated.Methods in com.oracle.bmc.batch.requests with parameters of type UpdateBatchTaskProfileDetails Modifier and Type Method Description UpdateBatchTaskProfileRequest.BuilderUpdateBatchTaskProfileRequest.Builder. body$(UpdateBatchTaskProfileDetails body)Alternative setter for the body parameter.UpdateBatchTaskProfileRequest.BuilderUpdateBatchTaskProfileRequest.Builder. updateBatchTaskProfileDetails(UpdateBatchTaskProfileDetails updateBatchTaskProfileDetails)The information to be updated.
-