Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.UpdatePrivateEndpointDetails
-
Packages that use UpdatePrivateEndpointDetails Package Description com.oracle.bmc.globallydistributeddatabase.model com.oracle.bmc.globallydistributeddatabase.requests -
-
Uses of UpdatePrivateEndpointDetails in com.oracle.bmc.globallydistributeddatabase.model
Methods in com.oracle.bmc.globallydistributeddatabase.model that return UpdatePrivateEndpointDetails Modifier and Type Method Description UpdatePrivateEndpointDetails
UpdatePrivateEndpointDetails.Builder. build()
Methods in com.oracle.bmc.globallydistributeddatabase.model with parameters of type UpdatePrivateEndpointDetails Modifier and Type Method Description UpdatePrivateEndpointDetails.Builder
UpdatePrivateEndpointDetails.Builder. copy(UpdatePrivateEndpointDetails model)
-
Uses of UpdatePrivateEndpointDetails in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return UpdatePrivateEndpointDetails Modifier and Type Method Description UpdatePrivateEndpointDetails
UpdatePrivateEndpointRequest. getBody$()
Alternative accessor for the body parameter.UpdatePrivateEndpointDetails
UpdatePrivateEndpointRequest. getUpdatePrivateEndpointDetails()
The configuration of private endpoint to be updated.Methods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type UpdatePrivateEndpointDetails Modifier and Type Method Description UpdatePrivateEndpointRequest.Builder
UpdatePrivateEndpointRequest.Builder. body$(UpdatePrivateEndpointDetails body)
Alternative setter for the body parameter.UpdatePrivateEndpointRequest.Builder
UpdatePrivateEndpointRequest.Builder. updatePrivateEndpointDetails(UpdatePrivateEndpointDetails updatePrivateEndpointDetails)
The configuration of private endpoint to be updated.
-