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