Uses of Class
com.oracle.bmc.aianomalydetection.model.UpdateAiPrivateEndpointDetails
-
Packages that use UpdateAiPrivateEndpointDetails Package Description com.oracle.bmc.aianomalydetection.model com.oracle.bmc.aianomalydetection.requests -
-
Uses of UpdateAiPrivateEndpointDetails in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return UpdateAiPrivateEndpointDetails Modifier and Type Method Description UpdateAiPrivateEndpointDetails
UpdateAiPrivateEndpointDetails.Builder. build()
Methods in com.oracle.bmc.aianomalydetection.model with parameters of type UpdateAiPrivateEndpointDetails Modifier and Type Method Description UpdateAiPrivateEndpointDetails.Builder
UpdateAiPrivateEndpointDetails.Builder. copy(UpdateAiPrivateEndpointDetails model)
-
Uses of UpdateAiPrivateEndpointDetails in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return UpdateAiPrivateEndpointDetails Modifier and Type Method Description UpdateAiPrivateEndpointDetails
UpdateAiPrivateEndpointRequest. getBody$()
Alternative accessor for the body parameter.UpdateAiPrivateEndpointDetails
UpdateAiPrivateEndpointRequest. getUpdateAiPrivateEndpointDetails()
The information to be updated in private reverse connectionMethods in com.oracle.bmc.aianomalydetection.requests with parameters of type UpdateAiPrivateEndpointDetails Modifier and Type Method Description UpdateAiPrivateEndpointRequest.Builder
UpdateAiPrivateEndpointRequest.Builder. body$(UpdateAiPrivateEndpointDetails body)
Alternative setter for the body parameter.UpdateAiPrivateEndpointRequest.Builder
UpdateAiPrivateEndpointRequest.Builder. updateAiPrivateEndpointDetails(UpdateAiPrivateEndpointDetails updateAiPrivateEndpointDetails)
The information to be updated in private reverse connection
-