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