Uses of Class
com.oracle.bmc.generativeai.responses.UpdateGenerativeAiPrivateEndpointResponse
-
Packages that use UpdateGenerativeAiPrivateEndpointResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of UpdateGenerativeAiPrivateEndpointResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return UpdateGenerativeAiPrivateEndpointResponse Modifier and Type Method Description UpdateGenerativeAiPrivateEndpointResponse
GenerativeAi. updateGenerativeAiPrivateEndpoint(UpdateGenerativeAiPrivateEndpointRequest request)
Updates a Generative AI private endpoint using aprivateEndpointId
.UpdateGenerativeAiPrivateEndpointResponse
GenerativeAiClient. updateGenerativeAiPrivateEndpoint(UpdateGenerativeAiPrivateEndpointRequest request)
Methods in com.oracle.bmc.generativeai that return types with arguments of type UpdateGenerativeAiPrivateEndpointResponse Modifier and Type Method Description Future<UpdateGenerativeAiPrivateEndpointResponse>
GenerativeAiAsync. updateGenerativeAiPrivateEndpoint(UpdateGenerativeAiPrivateEndpointRequest request, AsyncHandler<UpdateGenerativeAiPrivateEndpointRequest,UpdateGenerativeAiPrivateEndpointResponse> handler)
Updates a Generative AI private endpoint using aprivateEndpointId
.Future<UpdateGenerativeAiPrivateEndpointResponse>
GenerativeAiAsyncClient. updateGenerativeAiPrivateEndpoint(UpdateGenerativeAiPrivateEndpointRequest request, AsyncHandler<UpdateGenerativeAiPrivateEndpointRequest,UpdateGenerativeAiPrivateEndpointResponse> handler)
Method parameters in com.oracle.bmc.generativeai with type arguments of type UpdateGenerativeAiPrivateEndpointResponse Modifier and Type Method Description Future<UpdateGenerativeAiPrivateEndpointResponse>
GenerativeAiAsync. updateGenerativeAiPrivateEndpoint(UpdateGenerativeAiPrivateEndpointRequest request, AsyncHandler<UpdateGenerativeAiPrivateEndpointRequest,UpdateGenerativeAiPrivateEndpointResponse> handler)
Updates a Generative AI private endpoint using aprivateEndpointId
.Future<UpdateGenerativeAiPrivateEndpointResponse>
GenerativeAiAsyncClient. updateGenerativeAiPrivateEndpoint(UpdateGenerativeAiPrivateEndpointRequest request, AsyncHandler<UpdateGenerativeAiPrivateEndpointRequest,UpdateGenerativeAiPrivateEndpointResponse> handler)
-
Uses of UpdateGenerativeAiPrivateEndpointResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return UpdateGenerativeAiPrivateEndpointResponse Modifier and Type Method Description UpdateGenerativeAiPrivateEndpointResponse
UpdateGenerativeAiPrivateEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type UpdateGenerativeAiPrivateEndpointResponse Modifier and Type Method Description UpdateGenerativeAiPrivateEndpointResponse.Builder
UpdateGenerativeAiPrivateEndpointResponse.Builder. copy(UpdateGenerativeAiPrivateEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-