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