Uses of Class
com.oracle.bmc.generativeai.model.UpdateEndpointDetails
-
Packages that use UpdateEndpointDetails Package Description com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of UpdateEndpointDetails in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return UpdateEndpointDetails Modifier and Type Method Description UpdateEndpointDetails
UpdateEndpointDetails.Builder. build()
Methods in com.oracle.bmc.generativeai.model with parameters of type UpdateEndpointDetails Modifier and Type Method Description UpdateEndpointDetails.Builder
UpdateEndpointDetails.Builder. copy(UpdateEndpointDetails model)
-
Uses of UpdateEndpointDetails in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return UpdateEndpointDetails Modifier and Type Method Description UpdateEndpointDetails
UpdateEndpointRequest. getBody$()
Alternative accessor for the body parameter.UpdateEndpointDetails
UpdateEndpointRequest. getUpdateEndpointDetails()
The information to be updated.Methods in com.oracle.bmc.generativeai.requests with parameters of type UpdateEndpointDetails Modifier and Type Method Description UpdateEndpointRequest.Builder
UpdateEndpointRequest.Builder. body$(UpdateEndpointDetails body)
Alternative setter for the body parameter.UpdateEndpointRequest.Builder
UpdateEndpointRequest.Builder. updateEndpointDetails(UpdateEndpointDetails updateEndpointDetails)
The information to be updated.
-