Uses of Class
com.oracle.bmc.generativeai.responses.CreateRoutingProfileResponse
-
Packages that use CreateRoutingProfileResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of CreateRoutingProfileResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return CreateRoutingProfileResponse Modifier and Type Method Description CreateRoutingProfileResponseGenerativeAi. createRoutingProfile(CreateRoutingProfileRequest request)Creates a routing profile.CreateRoutingProfileResponseGenerativeAiClient. createRoutingProfile(CreateRoutingProfileRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type CreateRoutingProfileResponse Modifier and Type Method Description Future<CreateRoutingProfileResponse>GenerativeAiAsync. createRoutingProfile(CreateRoutingProfileRequest request, AsyncHandler<CreateRoutingProfileRequest,CreateRoutingProfileResponse> handler)Creates a routing profile.Future<CreateRoutingProfileResponse>GenerativeAiAsyncClient. createRoutingProfile(CreateRoutingProfileRequest request, AsyncHandler<CreateRoutingProfileRequest,CreateRoutingProfileResponse> handler)Method parameters in com.oracle.bmc.generativeai with type arguments of type CreateRoutingProfileResponse Modifier and Type Method Description Future<CreateRoutingProfileResponse>GenerativeAiAsync. createRoutingProfile(CreateRoutingProfileRequest request, AsyncHandler<CreateRoutingProfileRequest,CreateRoutingProfileResponse> handler)Creates a routing profile.Future<CreateRoutingProfileResponse>GenerativeAiAsyncClient. createRoutingProfile(CreateRoutingProfileRequest request, AsyncHandler<CreateRoutingProfileRequest,CreateRoutingProfileResponse> handler) -
Uses of CreateRoutingProfileResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return CreateRoutingProfileResponse Modifier and Type Method Description CreateRoutingProfileResponseCreateRoutingProfileResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type CreateRoutingProfileResponse Modifier and Type Method Description CreateRoutingProfileResponse.BuilderCreateRoutingProfileResponse.Builder. copy(CreateRoutingProfileResponse o)Copy method to populate the builder with values from the given instance.
-