Uses of Class
com.oracle.bmc.generativeai.model.CreateEndpointDetails
- 
Packages that use CreateEndpointDetails Package Description com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests 
- 
- 
Uses of CreateEndpointDetails in com.oracle.bmc.generativeai.modelMethods in com.oracle.bmc.generativeai.model that return CreateEndpointDetails Modifier and Type Method Description CreateEndpointDetailsCreateEndpointDetails.Builder. build()Methods in com.oracle.bmc.generativeai.model with parameters of type CreateEndpointDetails Modifier and Type Method Description CreateEndpointDetails.BuilderCreateEndpointDetails.Builder. copy(CreateEndpointDetails model)
- 
Uses of CreateEndpointDetails in com.oracle.bmc.generativeai.requestsMethods in com.oracle.bmc.generativeai.requests that return CreateEndpointDetails Modifier and Type Method Description CreateEndpointDetailsCreateEndpointRequest. getBody$()Alternative accessor for the body parameter.CreateEndpointDetailsCreateEndpointRequest. getCreateEndpointDetails()Details for the new endpoint.Methods in com.oracle.bmc.generativeai.requests with parameters of type CreateEndpointDetails Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. body$(CreateEndpointDetails body)Alternative setter for the body parameter.CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. createEndpointDetails(CreateEndpointDetails createEndpointDetails)Details for the new endpoint.
 
-