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