Uses of Class
com.oracle.bmc.generativeai.responses.DeleteRoutingProfileResponse
-
Packages that use DeleteRoutingProfileResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of DeleteRoutingProfileResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return DeleteRoutingProfileResponse Modifier and Type Method Description DeleteRoutingProfileResponseGenerativeAi. deleteRoutingProfile(DeleteRoutingProfileRequest request)Deletes a routing profile.DeleteRoutingProfileResponseGenerativeAiClient. deleteRoutingProfile(DeleteRoutingProfileRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type DeleteRoutingProfileResponse Modifier and Type Method Description Future<DeleteRoutingProfileResponse>GenerativeAiAsync. deleteRoutingProfile(DeleteRoutingProfileRequest request, AsyncHandler<DeleteRoutingProfileRequest,DeleteRoutingProfileResponse> handler)Deletes a routing profile.Future<DeleteRoutingProfileResponse>GenerativeAiAsyncClient. deleteRoutingProfile(DeleteRoutingProfileRequest request, AsyncHandler<DeleteRoutingProfileRequest,DeleteRoutingProfileResponse> handler)Method parameters in com.oracle.bmc.generativeai with type arguments of type DeleteRoutingProfileResponse Modifier and Type Method Description Future<DeleteRoutingProfileResponse>GenerativeAiAsync. deleteRoutingProfile(DeleteRoutingProfileRequest request, AsyncHandler<DeleteRoutingProfileRequest,DeleteRoutingProfileResponse> handler)Deletes a routing profile.Future<DeleteRoutingProfileResponse>GenerativeAiAsyncClient. deleteRoutingProfile(DeleteRoutingProfileRequest request, AsyncHandler<DeleteRoutingProfileRequest,DeleteRoutingProfileResponse> handler) -
Uses of DeleteRoutingProfileResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return DeleteRoutingProfileResponse Modifier and Type Method Description DeleteRoutingProfileResponseDeleteRoutingProfileResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type DeleteRoutingProfileResponse Modifier and Type Method Description DeleteRoutingProfileResponse.BuilderDeleteRoutingProfileResponse.Builder. copy(DeleteRoutingProfileResponse o)Copy method to populate the builder with values from the given instance.
-