Uses of Class
com.oracle.bmc.distributeddatabase.model.PatchDistributedDatabasePrivateEndpointDetails
-
Packages that use PatchDistributedDatabasePrivateEndpointDetails Package Description com.oracle.bmc.distributeddatabase.model com.oracle.bmc.distributeddatabase.requests -
-
Uses of PatchDistributedDatabasePrivateEndpointDetails in com.oracle.bmc.distributeddatabase.model
Methods in com.oracle.bmc.distributeddatabase.model that return PatchDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description PatchDistributedDatabasePrivateEndpointDetailsPatchDistributedDatabasePrivateEndpointDetails.Builder. build()Methods in com.oracle.bmc.distributeddatabase.model with parameters of type PatchDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description PatchDistributedDatabasePrivateEndpointDetails.BuilderPatchDistributedDatabasePrivateEndpointDetails.Builder. copy(PatchDistributedDatabasePrivateEndpointDetails model) -
Uses of PatchDistributedDatabasePrivateEndpointDetails in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.requests that return PatchDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description PatchDistributedDatabasePrivateEndpointDetailsPatchDistributedDatabasePrivateEndpointRequest. getBody$()Alternative accessor for the body parameter.PatchDistributedDatabasePrivateEndpointDetailsPatchDistributedDatabasePrivateEndpointRequest. getPatchDistributedDatabasePrivateEndpointDetails()The payload containing instructions to patch the DistributedDatabasePrivateEndpoint.Methods in com.oracle.bmc.distributeddatabase.requests with parameters of type PatchDistributedDatabasePrivateEndpointDetails Modifier and Type Method Description PatchDistributedDatabasePrivateEndpointRequest.BuilderPatchDistributedDatabasePrivateEndpointRequest.Builder. body$(PatchDistributedDatabasePrivateEndpointDetails body)Alternative setter for the body parameter.PatchDistributedDatabasePrivateEndpointRequest.BuilderPatchDistributedDatabasePrivateEndpointRequest.Builder. patchDistributedDatabasePrivateEndpointDetails(PatchDistributedDatabasePrivateEndpointDetails patchDistributedDatabasePrivateEndpointDetails)The payload containing instructions to patch the DistributedDatabasePrivateEndpoint.
-