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