Uses of Class
com.oracle.bmc.aianomalydetection.model.AiPrivateEndpoint
-
Packages that use AiPrivateEndpoint Package Description com.oracle.bmc.aianomalydetection.model com.oracle.bmc.aianomalydetection.responses -
-
Uses of AiPrivateEndpoint in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return AiPrivateEndpoint Modifier and Type Method Description AiPrivateEndpoint
AiPrivateEndpoint.Builder. build()
Methods in com.oracle.bmc.aianomalydetection.model with parameters of type AiPrivateEndpoint Modifier and Type Method Description AiPrivateEndpoint.Builder
AiPrivateEndpoint.Builder. copy(AiPrivateEndpoint model)
-
Uses of AiPrivateEndpoint in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return AiPrivateEndpoint Modifier and Type Method Description AiPrivateEndpoint
GetAiPrivateEndpointResponse. getAiPrivateEndpoint()
The returned AiPrivateEndpoint instance.Methods in com.oracle.bmc.aianomalydetection.responses with parameters of type AiPrivateEndpoint Modifier and Type Method Description GetAiPrivateEndpointResponse.Builder
GetAiPrivateEndpointResponse.Builder. aiPrivateEndpoint(AiPrivateEndpoint aiPrivateEndpoint)
The returned AiPrivateEndpoint instance.
-