Uses of Class
com.oracle.bmc.distributeddatabase.model.DistributedDatabasePrivateEndpoint
-
Packages that use DistributedDatabasePrivateEndpoint Package Description com.oracle.bmc.distributeddatabase.model com.oracle.bmc.distributeddatabase.responses -
-
Uses of DistributedDatabasePrivateEndpoint in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return DistributedDatabasePrivateEndpoint Modifier and Type Method Description DistributedDatabasePrivateEndpoint
DistributedDatabasePrivateEndpoint.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model with parameters of type DistributedDatabasePrivateEndpoint Modifier and Type Method Description DistributedDatabasePrivateEndpoint.Builder
DistributedDatabasePrivateEndpoint.Builder. copy(DistributedDatabasePrivateEndpoint model)
-
Uses of DistributedDatabasePrivateEndpoint in com.oracle.bmc.distributeddatabase.responses
Methods in com.oracle.bmc.distributeddatabase.responses that return DistributedDatabasePrivateEndpoint Modifier and Type Method Description DistributedDatabasePrivateEndpoint
CreateDistributedDatabasePrivateEndpointResponse. getDistributedDatabasePrivateEndpoint()
The returned DistributedDatabasePrivateEndpoint instance.DistributedDatabasePrivateEndpoint
GetDistributedDatabasePrivateEndpointResponse. getDistributedDatabasePrivateEndpoint()
The returned DistributedDatabasePrivateEndpoint instance.DistributedDatabasePrivateEndpoint
UpdateDistributedDatabasePrivateEndpointResponse. getDistributedDatabasePrivateEndpoint()
The returned DistributedDatabasePrivateEndpoint instance.Methods in com.oracle.bmc.distributeddatabase.responses with parameters of type DistributedDatabasePrivateEndpoint Modifier and Type Method Description CreateDistributedDatabasePrivateEndpointResponse.Builder
CreateDistributedDatabasePrivateEndpointResponse.Builder. distributedDatabasePrivateEndpoint(DistributedDatabasePrivateEndpoint distributedDatabasePrivateEndpoint)
The returned DistributedDatabasePrivateEndpoint instance.GetDistributedDatabasePrivateEndpointResponse.Builder
GetDistributedDatabasePrivateEndpointResponse.Builder. distributedDatabasePrivateEndpoint(DistributedDatabasePrivateEndpoint distributedDatabasePrivateEndpoint)
The returned DistributedDatabasePrivateEndpoint instance.UpdateDistributedDatabasePrivateEndpointResponse.Builder
UpdateDistributedDatabasePrivateEndpointResponse.Builder. distributedDatabasePrivateEndpoint(DistributedDatabasePrivateEndpoint distributedDatabasePrivateEndpoint)
The returned DistributedDatabasePrivateEndpoint instance.
-