Uses of Class
com.oracle.bmc.generativeai.model.GenerativeAiPrivateEndpoint
-
Packages that use GenerativeAiPrivateEndpoint Package Description com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.responses -
-
Uses of GenerativeAiPrivateEndpoint in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return GenerativeAiPrivateEndpoint Modifier and Type Method Description GenerativeAiPrivateEndpoint
GenerativeAiPrivateEndpoint.Builder. build()
GenerativeAiPrivateEndpoint
GenerativeAiPrivateEndpoint. getPreviousState()
Methods in com.oracle.bmc.generativeai.model with parameters of type GenerativeAiPrivateEndpoint Modifier and Type Method Description GenerativeAiPrivateEndpoint.Builder
GenerativeAiPrivateEndpoint.Builder. copy(GenerativeAiPrivateEndpoint model)
GenerativeAiPrivateEndpoint.Builder
GenerativeAiPrivateEndpoint.Builder. previousState(GenerativeAiPrivateEndpoint previousState)
Constructors in com.oracle.bmc.generativeai.model with parameters of type GenerativeAiPrivateEndpoint Constructor Description GenerativeAiPrivateEndpoint(String id, String displayName, String description, String compartmentId, String subnetId, GenerativeAiPrivateEndpoint.LifecycleState lifecycleState, String lifecycleDetails, List<String> nsgIds, String fqdn, String privateEndpointIp, Date timeCreated, Date timeUpdated, GenerativeAiPrivateEndpoint previousState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of GenerativeAiPrivateEndpoint in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return GenerativeAiPrivateEndpoint Modifier and Type Method Description GenerativeAiPrivateEndpoint
CreateGenerativeAiPrivateEndpointResponse. getGenerativeAiPrivateEndpoint()
The returned GenerativeAiPrivateEndpoint instance.GenerativeAiPrivateEndpoint
GetGenerativeAiPrivateEndpointResponse. getGenerativeAiPrivateEndpoint()
The returned GenerativeAiPrivateEndpoint instance.GenerativeAiPrivateEndpoint
UpdateGenerativeAiPrivateEndpointResponse. getGenerativeAiPrivateEndpoint()
The returned GenerativeAiPrivateEndpoint instance.Methods in com.oracle.bmc.generativeai.responses with parameters of type GenerativeAiPrivateEndpoint Modifier and Type Method Description CreateGenerativeAiPrivateEndpointResponse.Builder
CreateGenerativeAiPrivateEndpointResponse.Builder. generativeAiPrivateEndpoint(GenerativeAiPrivateEndpoint generativeAiPrivateEndpoint)
The returned GenerativeAiPrivateEndpoint instance.GetGenerativeAiPrivateEndpointResponse.Builder
GetGenerativeAiPrivateEndpointResponse.Builder. generativeAiPrivateEndpoint(GenerativeAiPrivateEndpoint generativeAiPrivateEndpoint)
The returned GenerativeAiPrivateEndpoint instance.UpdateGenerativeAiPrivateEndpointResponse.Builder
UpdateGenerativeAiPrivateEndpointResponse.Builder. generativeAiPrivateEndpoint(GenerativeAiPrivateEndpoint generativeAiPrivateEndpoint)
The returned GenerativeAiPrivateEndpoint instance.
-