Uses of Class
com.oracle.bmc.distributeddatabase.model.ChangeDistributedDatabasePrivateEndpointCompartmentDetails
-
Packages that use ChangeDistributedDatabasePrivateEndpointCompartmentDetails Package Description com.oracle.bmc.distributeddatabase.model com.oracle.bmc.distributeddatabase.requests -
-
Uses of ChangeDistributedDatabasePrivateEndpointCompartmentDetails in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return ChangeDistributedDatabasePrivateEndpointCompartmentDetails Modifier and Type Method Description ChangeDistributedDatabasePrivateEndpointCompartmentDetails
ChangeDistributedDatabasePrivateEndpointCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.distributeddatabase.model with parameters of type ChangeDistributedDatabasePrivateEndpointCompartmentDetails Modifier and Type Method Description ChangeDistributedDatabasePrivateEndpointCompartmentDetails.Builder
ChangeDistributedDatabasePrivateEndpointCompartmentDetails.Builder. copy(ChangeDistributedDatabasePrivateEndpointCompartmentDetails model)
-
Uses of ChangeDistributedDatabasePrivateEndpointCompartmentDetails in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return ChangeDistributedDatabasePrivateEndpointCompartmentDetails Modifier and Type Method Description ChangeDistributedDatabasePrivateEndpointCompartmentDetails
ChangeDistributedDatabasePrivateEndpointCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeDistributedDatabasePrivateEndpointCompartmentDetails
ChangeDistributedDatabasePrivateEndpointCompartmentRequest. getChangeDistributedDatabasePrivateEndpointCompartmentDetails()
Request to move the private endpoint to a different compartment.Methods in com.oracle.bmc.distributeddatabase.requests with parameters of type ChangeDistributedDatabasePrivateEndpointCompartmentDetails Modifier and Type Method Description ChangeDistributedDatabasePrivateEndpointCompartmentRequest.Builder
ChangeDistributedDatabasePrivateEndpointCompartmentRequest.Builder. body$(ChangeDistributedDatabasePrivateEndpointCompartmentDetails body)
Alternative setter for the body parameter.ChangeDistributedDatabasePrivateEndpointCompartmentRequest.Builder
ChangeDistributedDatabasePrivateEndpointCompartmentRequest.Builder. changeDistributedDatabasePrivateEndpointCompartmentDetails(ChangeDistributedDatabasePrivateEndpointCompartmentDetails changeDistributedDatabasePrivateEndpointCompartmentDetails)
Request to move the private endpoint to a different compartment.
-