Uses of Class
com.oracle.bmc.oda.model.CreateOdaPrivateEndpointDetails
-
Packages that use CreateOdaPrivateEndpointDetails Package Description com.oracle.bmc.oda.model com.oracle.bmc.oda.requests -
-
Uses of CreateOdaPrivateEndpointDetails in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return CreateOdaPrivateEndpointDetails Modifier and Type Method Description CreateOdaPrivateEndpointDetails
CreateOdaPrivateEndpointDetails.Builder. build()
Methods in com.oracle.bmc.oda.model with parameters of type CreateOdaPrivateEndpointDetails Modifier and Type Method Description CreateOdaPrivateEndpointDetails.Builder
CreateOdaPrivateEndpointDetails.Builder. copy(CreateOdaPrivateEndpointDetails model)
-
Uses of CreateOdaPrivateEndpointDetails in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return CreateOdaPrivateEndpointDetails Modifier and Type Method Description CreateOdaPrivateEndpointDetails
CreateOdaPrivateEndpointRequest. getBody$()
Alternative accessor for the body parameter.CreateOdaPrivateEndpointDetails
CreateOdaPrivateEndpointRequest. getCreateOdaPrivateEndpointDetails()
Details for the new ODA Private Endpoint.Methods in com.oracle.bmc.oda.requests with parameters of type CreateOdaPrivateEndpointDetails Modifier and Type Method Description CreateOdaPrivateEndpointRequest.Builder
CreateOdaPrivateEndpointRequest.Builder. body$(CreateOdaPrivateEndpointDetails body)
Alternative setter for the body parameter.CreateOdaPrivateEndpointRequest.Builder
CreateOdaPrivateEndpointRequest.Builder. createOdaPrivateEndpointDetails(CreateOdaPrivateEndpointDetails createOdaPrivateEndpointDetails)
Details for the new ODA Private Endpoint.
-