Uses of Class
com.oracle.bmc.globallydistributeddatabase.model.CreatePrivateEndpointDetails
-
Packages that use CreatePrivateEndpointDetails Package Description com.oracle.bmc.globallydistributeddatabase.model com.oracle.bmc.globallydistributeddatabase.requests -
-
Uses of CreatePrivateEndpointDetails in com.oracle.bmc.globallydistributeddatabase.model
Methods in com.oracle.bmc.globallydistributeddatabase.model that return CreatePrivateEndpointDetails Modifier and Type Method Description CreatePrivateEndpointDetails
CreatePrivateEndpointDetails.Builder. build()
Methods in com.oracle.bmc.globallydistributeddatabase.model with parameters of type CreatePrivateEndpointDetails Modifier and Type Method Description CreatePrivateEndpointDetails.Builder
CreatePrivateEndpointDetails.Builder. copy(CreatePrivateEndpointDetails model)
-
Uses of CreatePrivateEndpointDetails in com.oracle.bmc.globallydistributeddatabase.requests
Methods in com.oracle.bmc.globallydistributeddatabase.requests that return CreatePrivateEndpointDetails Modifier and Type Method Description CreatePrivateEndpointDetails
CreatePrivateEndpointRequest. getBody$()
Alternative accessor for the body parameter.CreatePrivateEndpointDetails
CreatePrivateEndpointRequest. getCreatePrivateEndpointDetails()
Details of PrivateEndpoint to be created.Methods in com.oracle.bmc.globallydistributeddatabase.requests with parameters of type CreatePrivateEndpointDetails Modifier and Type Method Description CreatePrivateEndpointRequest.Builder
CreatePrivateEndpointRequest.Builder. body$(CreatePrivateEndpointDetails body)
Alternative setter for the body parameter.CreatePrivateEndpointRequest.Builder
CreatePrivateEndpointRequest.Builder. createPrivateEndpointDetails(CreatePrivateEndpointDetails createPrivateEndpointDetails)
Details of PrivateEndpoint to be created.
-