Uses of Class
com.oracle.bmc.batch.model.UpdateBatchJobPoolDetails
-
Packages that use UpdateBatchJobPoolDetails Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of UpdateBatchJobPoolDetails in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return UpdateBatchJobPoolDetails Modifier and Type Method Description UpdateBatchJobPoolDetailsUpdateBatchJobPoolDetails.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type UpdateBatchJobPoolDetails Modifier and Type Method Description UpdateBatchJobPoolDetails.BuilderUpdateBatchJobPoolDetails.Builder. copy(UpdateBatchJobPoolDetails model) -
Uses of UpdateBatchJobPoolDetails in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return UpdateBatchJobPoolDetails Modifier and Type Method Description UpdateBatchJobPoolDetailsUpdateBatchJobPoolRequest. getBody$()Alternative accessor for the body parameter.UpdateBatchJobPoolDetailsUpdateBatchJobPoolRequest. getUpdateBatchJobPoolDetails()The information to be updated.Methods in com.oracle.bmc.batch.requests with parameters of type UpdateBatchJobPoolDetails Modifier and Type Method Description UpdateBatchJobPoolRequest.BuilderUpdateBatchJobPoolRequest.Builder. body$(UpdateBatchJobPoolDetails body)Alternative setter for the body parameter.UpdateBatchJobPoolRequest.BuilderUpdateBatchJobPoolRequest.Builder. updateBatchJobPoolDetails(UpdateBatchJobPoolDetails updateBatchJobPoolDetails)The information to be updated.
-