Uses of Class
com.oracle.bmc.aianomalydetection.model.CreateAiPrivateEndpointDetails
-
Packages that use CreateAiPrivateEndpointDetails Package Description com.oracle.bmc.aianomalydetection.model com.oracle.bmc.aianomalydetection.requests -
-
Uses of CreateAiPrivateEndpointDetails in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return CreateAiPrivateEndpointDetails Modifier and Type Method Description CreateAiPrivateEndpointDetails
CreateAiPrivateEndpointDetails.Builder. build()
Methods in com.oracle.bmc.aianomalydetection.model with parameters of type CreateAiPrivateEndpointDetails Modifier and Type Method Description CreateAiPrivateEndpointDetails.Builder
CreateAiPrivateEndpointDetails.Builder. copy(CreateAiPrivateEndpointDetails model)
-
Uses of CreateAiPrivateEndpointDetails in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return CreateAiPrivateEndpointDetails Modifier and Type Method Description CreateAiPrivateEndpointDetails
CreateAiPrivateEndpointRequest. getBody$()
Alternative accessor for the body parameter.CreateAiPrivateEndpointDetails
CreateAiPrivateEndpointRequest. getCreateAiPrivateEndpointDetails()
The information used to create the private reverse connection.Methods in com.oracle.bmc.aianomalydetection.requests with parameters of type CreateAiPrivateEndpointDetails Modifier and Type Method Description CreateAiPrivateEndpointRequest.Builder
CreateAiPrivateEndpointRequest.Builder. body$(CreateAiPrivateEndpointDetails body)
Alternative setter for the body parameter.CreateAiPrivateEndpointRequest.Builder
CreateAiPrivateEndpointRequest.Builder. createAiPrivateEndpointDetails(CreateAiPrivateEndpointDetails createAiPrivateEndpointDetails)
The information used to create the private reverse connection.
-