Uses of Class
com.oracle.bmc.distributeddatabase.model.UpdateDistributedDatabasePrivateEndpointDetails
- 
Packages that use UpdateDistributedDatabasePrivateEndpointDetails Package Description com.oracle.bmc.distributeddatabase.model com.oracle.bmc.distributeddatabase.requests 
- 
- 
Uses of UpdateDistributedDatabasePrivateEndpointDetails in com.oracle.bmc.distributeddatabase.modelMethods in com.oracle.bmc.distributeddatabase.model that return UpdateDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description UpdateDistributedDatabasePrivateEndpointDetailsUpdateDistributedDatabasePrivateEndpointDetails.Builder. build()Methods in com.oracle.bmc.distributeddatabase.model with parameters of type UpdateDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description UpdateDistributedDatabasePrivateEndpointDetails.BuilderUpdateDistributedDatabasePrivateEndpointDetails.Builder. copy(UpdateDistributedDatabasePrivateEndpointDetails model)
- 
Uses of UpdateDistributedDatabasePrivateEndpointDetails in com.oracle.bmc.distributeddatabase.requestsMethods in com.oracle.bmc.distributeddatabase.requests that return UpdateDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description UpdateDistributedDatabasePrivateEndpointDetailsUpdateDistributedDatabasePrivateEndpointRequest. getBody$()Alternative accessor for the body parameter.UpdateDistributedDatabasePrivateEndpointDetailsUpdateDistributedDatabasePrivateEndpointRequest. getUpdateDistributedDatabasePrivateEndpointDetails()The configuration of private endpoint to be updated.Methods in com.oracle.bmc.distributeddatabase.requests with parameters of type UpdateDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description UpdateDistributedDatabasePrivateEndpointRequest.BuilderUpdateDistributedDatabasePrivateEndpointRequest.Builder. body$(UpdateDistributedDatabasePrivateEndpointDetails body)Alternative setter for the body parameter.UpdateDistributedDatabasePrivateEndpointRequest.BuilderUpdateDistributedDatabasePrivateEndpointRequest.Builder. updateDistributedDatabasePrivateEndpointDetails(UpdateDistributedDatabasePrivateEndpointDetails updateDistributedDatabasePrivateEndpointDetails)The configuration of private endpoint to be updated.
 
-