Uses of Class
com.oracle.bmc.oda.model.UpdateOdaPrivateEndpointDetails
-
Packages that use UpdateOdaPrivateEndpointDetails Package Description com.oracle.bmc.oda.model com.oracle.bmc.oda.requests -
-
Uses of UpdateOdaPrivateEndpointDetails in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return UpdateOdaPrivateEndpointDetails Modifier and Type Method Description UpdateOdaPrivateEndpointDetails
UpdateOdaPrivateEndpointDetails.Builder. build()
Methods in com.oracle.bmc.oda.model with parameters of type UpdateOdaPrivateEndpointDetails Modifier and Type Method Description UpdateOdaPrivateEndpointDetails.Builder
UpdateOdaPrivateEndpointDetails.Builder. copy(UpdateOdaPrivateEndpointDetails model)
-
Uses of UpdateOdaPrivateEndpointDetails in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return UpdateOdaPrivateEndpointDetails Modifier and Type Method Description UpdateOdaPrivateEndpointDetails
UpdateOdaPrivateEndpointRequest. getBody$()
Alternative accessor for the body parameter.UpdateOdaPrivateEndpointDetails
UpdateOdaPrivateEndpointRequest. getUpdateOdaPrivateEndpointDetails()
The information to update.Methods in com.oracle.bmc.oda.requests with parameters of type UpdateOdaPrivateEndpointDetails Modifier and Type Method Description UpdateOdaPrivateEndpointRequest.Builder
UpdateOdaPrivateEndpointRequest.Builder. body$(UpdateOdaPrivateEndpointDetails body)
Alternative setter for the body parameter.UpdateOdaPrivateEndpointRequest.Builder
UpdateOdaPrivateEndpointRequest.Builder. updateOdaPrivateEndpointDetails(UpdateOdaPrivateEndpointDetails updateOdaPrivateEndpointDetails)
The information to update.
-