Uses of Class
com.oracle.bmc.integration.model.AddOracleManagedCustomEndpointDetails
-
Packages that use AddOracleManagedCustomEndpointDetails Package Description com.oracle.bmc.integration.model com.oracle.bmc.integration.requests -
-
Uses of AddOracleManagedCustomEndpointDetails in com.oracle.bmc.integration.model
Methods in com.oracle.bmc.integration.model that return AddOracleManagedCustomEndpointDetails Modifier and Type Method Description AddOracleManagedCustomEndpointDetails
AddOracleManagedCustomEndpointDetails.Builder. build()
Methods in com.oracle.bmc.integration.model with parameters of type AddOracleManagedCustomEndpointDetails Modifier and Type Method Description AddOracleManagedCustomEndpointDetails.Builder
AddOracleManagedCustomEndpointDetails.Builder. copy(AddOracleManagedCustomEndpointDetails model)
-
Uses of AddOracleManagedCustomEndpointDetails in com.oracle.bmc.integration.requests
Methods in com.oracle.bmc.integration.requests that return AddOracleManagedCustomEndpointDetails Modifier and Type Method Description AddOracleManagedCustomEndpointDetails
AddOracleManagedCustomEndpointRequest. getAddOracleManagedCustomEndpointDetails()
Details for enabling oracle managed custom endpoint.AddOracleManagedCustomEndpointDetails
AddOracleManagedCustomEndpointRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.integration.requests with parameters of type AddOracleManagedCustomEndpointDetails Modifier and Type Method Description AddOracleManagedCustomEndpointRequest.Builder
AddOracleManagedCustomEndpointRequest.Builder. addOracleManagedCustomEndpointDetails(AddOracleManagedCustomEndpointDetails addOracleManagedCustomEndpointDetails)
Details for enabling oracle managed custom endpoint.AddOracleManagedCustomEndpointRequest.Builder
AddOracleManagedCustomEndpointRequest.Builder. body$(AddOracleManagedCustomEndpointDetails body)
Alternative setter for the body parameter.
-