Uses of Class
com.oracle.bmc.generativeai.requests.CreateHostedApplicationRequest
-
Packages that use CreateHostedApplicationRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of CreateHostedApplicationRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type CreateHostedApplicationRequest Modifier and Type Method Description CreateHostedApplicationResponseGenerativeAi. createHostedApplication(CreateHostedApplicationRequest request)Creates a hosted application.Future<CreateHostedApplicationResponse>GenerativeAiAsync. createHostedApplication(CreateHostedApplicationRequest request, AsyncHandler<CreateHostedApplicationRequest,CreateHostedApplicationResponse> handler)Creates a hosted application.Future<CreateHostedApplicationResponse>GenerativeAiAsyncClient. createHostedApplication(CreateHostedApplicationRequest request, AsyncHandler<CreateHostedApplicationRequest,CreateHostedApplicationResponse> handler)CreateHostedApplicationResponseGenerativeAiClient. createHostedApplication(CreateHostedApplicationRequest request)Method parameters in com.oracle.bmc.generativeai with type arguments of type CreateHostedApplicationRequest Modifier and Type Method Description Future<CreateHostedApplicationResponse>GenerativeAiAsync. createHostedApplication(CreateHostedApplicationRequest request, AsyncHandler<CreateHostedApplicationRequest,CreateHostedApplicationResponse> handler)Creates a hosted application.Future<CreateHostedApplicationResponse>GenerativeAiAsyncClient. createHostedApplication(CreateHostedApplicationRequest request, AsyncHandler<CreateHostedApplicationRequest,CreateHostedApplicationResponse> handler) -
Uses of CreateHostedApplicationRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return CreateHostedApplicationRequest Modifier and Type Method Description CreateHostedApplicationRequestCreateHostedApplicationRequest.Builder. build()Build the instance of CreateHostedApplicationRequest as configured by this builderCreateHostedApplicationRequestCreateHostedApplicationRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateHostedApplicationRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type CreateHostedApplicationRequest Modifier and Type Method Description CreateHostedApplicationRequest.BuilderCreateHostedApplicationRequest.Builder. copy(CreateHostedApplicationRequest o)Copy method to populate the builder with values from the given instance.
-