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.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type UpdateAgentDependencyRequest Modifier and Type Method Description UpdateAgentDependencyResponse
OcbAgentSvc. 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)
UpdateAgentDependencyResponse
OcbAgentSvcClient. 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.requests
Methods in com.oracle.bmc.cloudbridge.requests that return UpdateAgentDependencyRequest Modifier and Type Method Description UpdateAgentDependencyRequest
UpdateAgentDependencyRequest.Builder. build()
Build the instance of UpdateAgentDependencyRequest as configured by this builderUpdateAgentDependencyRequest
UpdateAgentDependencyRequest.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.Builder
UpdateAgentDependencyRequest.Builder. copy(UpdateAgentDependencyRequest o)
Copy method to populate the builder with values from the given instance.
-