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.model
Methods in com.oracle.bmc.distributeddatabase.model that return UpdateDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description UpdateDistributedDatabasePrivateEndpointDetails
UpdateDistributedDatabasePrivateEndpointDetails.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model with parameters of type UpdateDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description UpdateDistributedDatabasePrivateEndpointDetails.Builder
UpdateDistributedDatabasePrivateEndpointDetails.Builder. copy(UpdateDistributedDatabasePrivateEndpointDetails model)
-
Uses of UpdateDistributedDatabasePrivateEndpointDetails in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return UpdateDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description UpdateDistributedDatabasePrivateEndpointDetails
UpdateDistributedDatabasePrivateEndpointRequest. getBody$()
Alternative accessor for the body parameter.UpdateDistributedDatabasePrivateEndpointDetails
UpdateDistributedDatabasePrivateEndpointRequest. 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.Builder
UpdateDistributedDatabasePrivateEndpointRequest.Builder. body$(UpdateDistributedDatabasePrivateEndpointDetails body)
Alternative setter for the body parameter.UpdateDistributedDatabasePrivateEndpointRequest.Builder
UpdateDistributedDatabasePrivateEndpointRequest.Builder. updateDistributedDatabasePrivateEndpointDetails(UpdateDistributedDatabasePrivateEndpointDetails updateDistributedDatabasePrivateEndpointDetails)
The configuration of private endpoint to be updated.
-