Uses of Class
com.oracle.bmc.generativeai.requests.DeleteRoutingProfileRequest
-
Packages that use DeleteRoutingProfileRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of DeleteRoutingProfileRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type DeleteRoutingProfileRequest Modifier and Type Method Description DeleteRoutingProfileResponseGenerativeAi. deleteRoutingProfile(DeleteRoutingProfileRequest request)Deletes a routing profile.Future<DeleteRoutingProfileResponse>GenerativeAiAsync. deleteRoutingProfile(DeleteRoutingProfileRequest request, AsyncHandler<DeleteRoutingProfileRequest,DeleteRoutingProfileResponse> handler)Deletes a routing profile.Future<DeleteRoutingProfileResponse>GenerativeAiAsyncClient. deleteRoutingProfile(DeleteRoutingProfileRequest request, AsyncHandler<DeleteRoutingProfileRequest,DeleteRoutingProfileResponse> handler)DeleteRoutingProfileResponseGenerativeAiClient. deleteRoutingProfile(DeleteRoutingProfileRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type DeleteRoutingProfileRequest 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 DeleteRoutingProfileRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return DeleteRoutingProfileRequest Modifier and Type Method Description DeleteRoutingProfileRequestDeleteRoutingProfileRequest.Builder. build()Build the instance of DeleteRoutingProfileRequest as configured by this builderDeleteRoutingProfileRequestDeleteRoutingProfileRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteRoutingProfileRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type DeleteRoutingProfileRequest Modifier and Type Method Description DeleteRoutingProfileRequest.BuilderDeleteRoutingProfileRequest.Builder. copy(DeleteRoutingProfileRequest o)Copy method to populate the builder with values from the given instance.
-