Uses of Class
com.oracle.bmc.generativeai.requests.CreateRoutingProfileRequest
-
Packages that use CreateRoutingProfileRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of CreateRoutingProfileRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type CreateRoutingProfileRequest Modifier and Type Method Description CreateRoutingProfileResponseGenerativeAi. createRoutingProfile(CreateRoutingProfileRequest request)Creates a routing profile.Future<CreateRoutingProfileResponse>GenerativeAiAsync. createRoutingProfile(CreateRoutingProfileRequest request, AsyncHandler<CreateRoutingProfileRequest,CreateRoutingProfileResponse> handler)Creates a routing profile.Future<CreateRoutingProfileResponse>GenerativeAiAsyncClient. createRoutingProfile(CreateRoutingProfileRequest request, AsyncHandler<CreateRoutingProfileRequest,CreateRoutingProfileResponse> handler)CreateRoutingProfileResponseGenerativeAiClient. createRoutingProfile(CreateRoutingProfileRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type CreateRoutingProfileRequest 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 CreateRoutingProfileRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return CreateRoutingProfileRequest Modifier and Type Method Description CreateRoutingProfileRequestCreateRoutingProfileRequest.Builder. build()Build the instance of CreateRoutingProfileRequest as configured by this builderCreateRoutingProfileRequestCreateRoutingProfileRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateRoutingProfileRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type CreateRoutingProfileRequest Modifier and Type Method Description CreateRoutingProfileRequest.BuilderCreateRoutingProfileRequest.Builder. copy(CreateRoutingProfileRequest o)Copy method to populate the builder with values from the given instance.
-