Uses of Class
com.oracle.bmc.cloudbridge.requests.UpdateAgentDependencyRequest
- 
Packages that use UpdateAgentDependencyRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests 
- 
- 
Uses of UpdateAgentDependencyRequest in com.oracle.bmc.cloudbridgeMethods in com.oracle.bmc.cloudbridge with parameters of type UpdateAgentDependencyRequest Modifier and Type Method Description UpdateAgentDependencyResponseOcbAgentSvc. updateAgentDependency(UpdateAgentDependencyRequest request)Updates the AgentDependency.Future<UpdateAgentDependencyResponse>OcbAgentSvcAsync. updateAgentDependency(UpdateAgentDependencyRequest request, AsyncHandler<UpdateAgentDependencyRequest,UpdateAgentDependencyResponse> handler)Updates the AgentDependency.Future<UpdateAgentDependencyResponse>OcbAgentSvcAsyncClient. updateAgentDependency(UpdateAgentDependencyRequest request, AsyncHandler<UpdateAgentDependencyRequest,UpdateAgentDependencyResponse> handler)UpdateAgentDependencyResponseOcbAgentSvcClient. updateAgentDependency(UpdateAgentDependencyRequest request)Method parameters in com.oracle.bmc.cloudbridge with type arguments of type UpdateAgentDependencyRequest 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 UpdateAgentDependencyRequest in com.oracle.bmc.cloudbridge.requestsMethods in com.oracle.bmc.cloudbridge.requests that return UpdateAgentDependencyRequest Modifier and Type Method Description UpdateAgentDependencyRequestUpdateAgentDependencyRequest.Builder. build()Build the instance of UpdateAgentDependencyRequest as configured by this builderUpdateAgentDependencyRequestUpdateAgentDependencyRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateAgentDependencyRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type UpdateAgentDependencyRequest Modifier and Type Method Description UpdateAgentDependencyRequest.BuilderUpdateAgentDependencyRequest.Builder. copy(UpdateAgentDependencyRequest o)Copy method to populate the builder with values from the given instance.
 
-