Uses of Class
com.oracle.bmc.generativeai.responses.DeleteHostedDeploymentResponse
-
Packages that use DeleteHostedDeploymentResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of DeleteHostedDeploymentResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return DeleteHostedDeploymentResponse Modifier and Type Method Description DeleteHostedDeploymentResponseGenerativeAi. deleteHostedDeployment(DeleteHostedDeploymentRequest request)Deletes a hosted deployment.DeleteHostedDeploymentResponseGenerativeAiClient. deleteHostedDeployment(DeleteHostedDeploymentRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type DeleteHostedDeploymentResponse Modifier and Type Method Description Future<DeleteHostedDeploymentResponse>GenerativeAiAsync. deleteHostedDeployment(DeleteHostedDeploymentRequest request, AsyncHandler<DeleteHostedDeploymentRequest,DeleteHostedDeploymentResponse> handler)Deletes a hosted deployment.Future<DeleteHostedDeploymentResponse>GenerativeAiAsyncClient. deleteHostedDeployment(DeleteHostedDeploymentRequest request, AsyncHandler<DeleteHostedDeploymentRequest,DeleteHostedDeploymentResponse> handler)Method parameters in com.oracle.bmc.generativeai with type arguments of type DeleteHostedDeploymentResponse Modifier and Type Method Description Future<DeleteHostedDeploymentResponse>GenerativeAiAsync. deleteHostedDeployment(DeleteHostedDeploymentRequest request, AsyncHandler<DeleteHostedDeploymentRequest,DeleteHostedDeploymentResponse> handler)Deletes a hosted deployment.Future<DeleteHostedDeploymentResponse>GenerativeAiAsyncClient. deleteHostedDeployment(DeleteHostedDeploymentRequest request, AsyncHandler<DeleteHostedDeploymentRequest,DeleteHostedDeploymentResponse> handler) -
Uses of DeleteHostedDeploymentResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return DeleteHostedDeploymentResponse Modifier and Type Method Description DeleteHostedDeploymentResponseDeleteHostedDeploymentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type DeleteHostedDeploymentResponse Modifier and Type Method Description DeleteHostedDeploymentResponse.BuilderDeleteHostedDeploymentResponse.Builder. copy(DeleteHostedDeploymentResponse o)Copy method to populate the builder with values from the given instance.
-