Uses of Class
com.oracle.bmc.generativeai.responses.UpdateRoutingProfileResponse
-
Packages that use UpdateRoutingProfileResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of UpdateRoutingProfileResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return UpdateRoutingProfileResponse Modifier and Type Method Description UpdateRoutingProfileResponseGenerativeAi. updateRoutingProfile(UpdateRoutingProfileRequest request)Updates the properties of a routing profile.UpdateRoutingProfileResponseGenerativeAiClient. updateRoutingProfile(UpdateRoutingProfileRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type UpdateRoutingProfileResponse Modifier and Type Method Description Future<UpdateRoutingProfileResponse>GenerativeAiAsync. updateRoutingProfile(UpdateRoutingProfileRequest request, AsyncHandler<UpdateRoutingProfileRequest,UpdateRoutingProfileResponse> handler)Updates the properties of a routing profile.Future<UpdateRoutingProfileResponse>GenerativeAiAsyncClient. updateRoutingProfile(UpdateRoutingProfileRequest request, AsyncHandler<UpdateRoutingProfileRequest,UpdateRoutingProfileResponse> handler)Method parameters in com.oracle.bmc.generativeai with type arguments of type UpdateRoutingProfileResponse Modifier and Type Method Description Future<UpdateRoutingProfileResponse>GenerativeAiAsync. updateRoutingProfile(UpdateRoutingProfileRequest request, AsyncHandler<UpdateRoutingProfileRequest,UpdateRoutingProfileResponse> handler)Updates the properties of a routing profile.Future<UpdateRoutingProfileResponse>GenerativeAiAsyncClient. updateRoutingProfile(UpdateRoutingProfileRequest request, AsyncHandler<UpdateRoutingProfileRequest,UpdateRoutingProfileResponse> handler) -
Uses of UpdateRoutingProfileResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return UpdateRoutingProfileResponse Modifier and Type Method Description UpdateRoutingProfileResponseUpdateRoutingProfileResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type UpdateRoutingProfileResponse Modifier and Type Method Description UpdateRoutingProfileResponse.BuilderUpdateRoutingProfileResponse.Builder. copy(UpdateRoutingProfileResponse o)Copy method to populate the builder with values from the given instance.
-