Uses of Class
com.oracle.bmc.integration.requests.AddOracleManagedCustomEndpointRequest
-
Packages that use AddOracleManagedCustomEndpointRequest Package Description com.oracle.bmc.integration com.oracle.bmc.integration.requests -
-
Uses of AddOracleManagedCustomEndpointRequest in com.oracle.bmc.integration
Method parameters in com.oracle.bmc.integration with type arguments of type AddOracleManagedCustomEndpointRequest Modifier and Type Method Description Future<AddOracleManagedCustomEndpointResponse>
IntegrationInstanceAsync. addOracleManagedCustomEndpoint(AddOracleManagedCustomEndpointRequest request, AsyncHandler<AddOracleManagedCustomEndpointRequest,AddOracleManagedCustomEndpointResponse> handler)
Enable Oracle Managed Custom Endpoint for given integration instance.Future<AddOracleManagedCustomEndpointResponse>
IntegrationInstanceAsyncClient. addOracleManagedCustomEndpoint(AddOracleManagedCustomEndpointRequest request, AsyncHandler<AddOracleManagedCustomEndpointRequest,AddOracleManagedCustomEndpointResponse> handler)
-
Uses of AddOracleManagedCustomEndpointRequest in com.oracle.bmc.integration.requests
Methods in com.oracle.bmc.integration.requests that return AddOracleManagedCustomEndpointRequest Modifier and Type Method Description AddOracleManagedCustomEndpointRequest
AddOracleManagedCustomEndpointRequest.Builder. build()
Build the instance of AddOracleManagedCustomEndpointRequest as configured by this builderAddOracleManagedCustomEndpointRequest
AddOracleManagedCustomEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AddOracleManagedCustomEndpointRequest as configured by this builderMethods in com.oracle.bmc.integration.requests with parameters of type AddOracleManagedCustomEndpointRequest Modifier and Type Method Description AddOracleManagedCustomEndpointRequest.Builder
AddOracleManagedCustomEndpointRequest.Builder. copy(AddOracleManagedCustomEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-