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