Uses of Class
com.oracle.bmc.distributeddatabase.model.CreateDistributedDatabasePrivateEndpointDetails
-
Packages that use CreateDistributedDatabasePrivateEndpointDetails Package Description com.oracle.bmc.distributeddatabase.model com.oracle.bmc.distributeddatabase.requests -
-
Uses of CreateDistributedDatabasePrivateEndpointDetails in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return CreateDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description CreateDistributedDatabasePrivateEndpointDetails
CreateDistributedDatabasePrivateEndpointDetails.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model with parameters of type CreateDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description CreateDistributedDatabasePrivateEndpointDetails.Builder
CreateDistributedDatabasePrivateEndpointDetails.Builder. copy(CreateDistributedDatabasePrivateEndpointDetails model)
-
Uses of CreateDistributedDatabasePrivateEndpointDetails in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return CreateDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description CreateDistributedDatabasePrivateEndpointDetails
CreateDistributedDatabasePrivateEndpointRequest. getBody$()
Alternative accessor for the body parameter.CreateDistributedDatabasePrivateEndpointDetails
CreateDistributedDatabasePrivateEndpointRequest. getCreateDistributedDatabasePrivateEndpointDetails()
Details of DistributedDatabasePrivateEndpoint to be created.Methods in com.oracle.bmc.distributeddatabase.requests with parameters of type CreateDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description CreateDistributedDatabasePrivateEndpointRequest.Builder
CreateDistributedDatabasePrivateEndpointRequest.Builder. body$(CreateDistributedDatabasePrivateEndpointDetails body)
Alternative setter for the body parameter.CreateDistributedDatabasePrivateEndpointRequest.Builder
CreateDistributedDatabasePrivateEndpointRequest.Builder. createDistributedDatabasePrivateEndpointDetails(CreateDistributedDatabasePrivateEndpointDetails createDistributedDatabasePrivateEndpointDetails)
Details of DistributedDatabasePrivateEndpoint to be created.
-