Uses of Class
com.oracle.bmc.integration.responses.RemoveOracleManagedCustomEndpointResponse
-
Packages that use RemoveOracleManagedCustomEndpointResponse Package Description com.oracle.bmc.integration com.oracle.bmc.integration.responses -
-
Uses of RemoveOracleManagedCustomEndpointResponse in com.oracle.bmc.integration
Methods in com.oracle.bmc.integration that return RemoveOracleManagedCustomEndpointResponse Modifier and Type Method Description RemoveOracleManagedCustomEndpointResponse
IntegrationInstance. removeOracleManagedCustomEndpoint(RemoveOracleManagedCustomEndpointRequest request)
Remove Oracle Managed Custom Endpoint for given integration instance that was previously enabled.RemoveOracleManagedCustomEndpointResponse
IntegrationInstanceClient. removeOracleManagedCustomEndpoint(RemoveOracleManagedCustomEndpointRequest request)
Methods in com.oracle.bmc.integration that return types with arguments of type RemoveOracleManagedCustomEndpointResponse 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)
Method parameters in com.oracle.bmc.integration with type arguments of type RemoveOracleManagedCustomEndpointResponse 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 RemoveOracleManagedCustomEndpointResponse in com.oracle.bmc.integration.responses
Methods in com.oracle.bmc.integration.responses that return RemoveOracleManagedCustomEndpointResponse Modifier and Type Method Description RemoveOracleManagedCustomEndpointResponse
RemoveOracleManagedCustomEndpointResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.integration.responses with parameters of type RemoveOracleManagedCustomEndpointResponse Modifier and Type Method Description RemoveOracleManagedCustomEndpointResponse.Builder
RemoveOracleManagedCustomEndpointResponse.Builder. copy(RemoveOracleManagedCustomEndpointResponse o)
Copy method to populate the builder with values from the given instance.
-