Uses of Class
com.oracle.bmc.generativeai.model.UpdateRoutingProfileDetails
-
Packages that use UpdateRoutingProfileDetails Package Description com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of UpdateRoutingProfileDetails in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return UpdateRoutingProfileDetails Modifier and Type Method Description UpdateRoutingProfileDetailsUpdateRoutingProfileDetails.Builder. build()Methods in com.oracle.bmc.generativeai.model with parameters of type UpdateRoutingProfileDetails Modifier and Type Method Description UpdateRoutingProfileDetails.BuilderUpdateRoutingProfileDetails.Builder. copy(UpdateRoutingProfileDetails model) -
Uses of UpdateRoutingProfileDetails in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return UpdateRoutingProfileDetails Modifier and Type Method Description UpdateRoutingProfileDetailsUpdateRoutingProfileRequest. getBody$()Alternative accessor for the body parameter.UpdateRoutingProfileDetailsUpdateRoutingProfileRequest. getUpdateRoutingProfileDetails()The information to be updated.Methods in com.oracle.bmc.generativeai.requests with parameters of type UpdateRoutingProfileDetails Modifier and Type Method Description UpdateRoutingProfileRequest.BuilderUpdateRoutingProfileRequest.Builder. body$(UpdateRoutingProfileDetails body)Alternative setter for the body parameter.UpdateRoutingProfileRequest.BuilderUpdateRoutingProfileRequest.Builder. updateRoutingProfileDetails(UpdateRoutingProfileDetails updateRoutingProfileDetails)The information to be updated.
-