Uses of Class
com.oracle.bmc.cloudbridge.responses.RemoveAgentDependencyResponse
-
Packages that use RemoveAgentDependencyResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of RemoveAgentDependencyResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return RemoveAgentDependencyResponse Modifier and Type Method Description RemoveAgentDependencyResponse
OcbAgentSvc. removeAgentDependency(RemoveAgentDependencyRequest request)
Adds a dependency to the source environment.RemoveAgentDependencyResponse
OcbAgentSvcClient. removeAgentDependency(RemoveAgentDependencyRequest request)
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type RemoveAgentDependencyResponse Modifier and Type Method Description Future<RemoveAgentDependencyResponse>
OcbAgentSvcAsync. removeAgentDependency(RemoveAgentDependencyRequest request, AsyncHandler<RemoveAgentDependencyRequest,RemoveAgentDependencyResponse> handler)
Adds a dependency to the source environment.Future<RemoveAgentDependencyResponse>
OcbAgentSvcAsyncClient. removeAgentDependency(RemoveAgentDependencyRequest request, AsyncHandler<RemoveAgentDependencyRequest,RemoveAgentDependencyResponse> handler)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type RemoveAgentDependencyResponse Modifier and Type Method Description Future<RemoveAgentDependencyResponse>
OcbAgentSvcAsync. removeAgentDependency(RemoveAgentDependencyRequest request, AsyncHandler<RemoveAgentDependencyRequest,RemoveAgentDependencyResponse> handler)
Adds a dependency to the source environment.Future<RemoveAgentDependencyResponse>
OcbAgentSvcAsyncClient. removeAgentDependency(RemoveAgentDependencyRequest request, AsyncHandler<RemoveAgentDependencyRequest,RemoveAgentDependencyResponse> handler)
-
Uses of RemoveAgentDependencyResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return RemoveAgentDependencyResponse Modifier and Type Method Description RemoveAgentDependencyResponse
RemoveAgentDependencyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type RemoveAgentDependencyResponse Modifier and Type Method Description RemoveAgentDependencyResponse.Builder
RemoveAgentDependencyResponse.Builder. copy(RemoveAgentDependencyResponse o)
Copy method to populate the builder with values from the given instance.
-