Uses of Class
com.oracle.bmc.generativeai.requests.UpdateRoutingProfileRequest
-
Packages that use UpdateRoutingProfileRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of UpdateRoutingProfileRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type UpdateRoutingProfileRequest Modifier and Type Method Description UpdateRoutingProfileResponseGenerativeAi. updateRoutingProfile(UpdateRoutingProfileRequest request)Updates the properties of a routing profile.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)UpdateRoutingProfileResponseGenerativeAiClient. updateRoutingProfile(UpdateRoutingProfileRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type UpdateRoutingProfileRequest 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 UpdateRoutingProfileRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return UpdateRoutingProfileRequest Modifier and Type Method Description UpdateRoutingProfileRequestUpdateRoutingProfileRequest.Builder. build()Build the instance of UpdateRoutingProfileRequest as configured by this builderUpdateRoutingProfileRequestUpdateRoutingProfileRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateRoutingProfileRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type UpdateRoutingProfileRequest Modifier and Type Method Description UpdateRoutingProfileRequest.BuilderUpdateRoutingProfileRequest.Builder. copy(UpdateRoutingProfileRequest o)Copy method to populate the builder with values from the given instance.
-