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