Uses of Class
com.oracle.bmc.generativeai.responses.CreateHostedApplicationResponse
-
Packages that use CreateHostedApplicationResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of CreateHostedApplicationResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return CreateHostedApplicationResponse Modifier and Type Method Description CreateHostedApplicationResponseGenerativeAi. createHostedApplication(CreateHostedApplicationRequest request)Creates a hosted application.CreateHostedApplicationResponseGenerativeAiClient. createHostedApplication(CreateHostedApplicationRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type CreateHostedApplicationResponse 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)Method parameters in com.oracle.bmc.generativeai with type arguments of type CreateHostedApplicationResponse 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 CreateHostedApplicationResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return CreateHostedApplicationResponse Modifier and Type Method Description CreateHostedApplicationResponseCreateHostedApplicationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type CreateHostedApplicationResponse Modifier and Type Method Description CreateHostedApplicationResponse.BuilderCreateHostedApplicationResponse.Builder. copy(CreateHostedApplicationResponse o)Copy method to populate the builder with values from the given instance.
-