Uses of Class
com.oracle.bmc.cloudbridge.requests.UpdateAgentRequest
-
Packages that use UpdateAgentRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of UpdateAgentRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type UpdateAgentRequest Modifier and Type Method Description UpdateAgentResponse
OcbAgentSvc. updateAgent(UpdateAgentRequest request)
Updates the Agent.Future<UpdateAgentResponse>
OcbAgentSvcAsync. updateAgent(UpdateAgentRequest request, AsyncHandler<UpdateAgentRequest,UpdateAgentResponse> handler)
Updates the Agent.Future<UpdateAgentResponse>
OcbAgentSvcAsyncClient. updateAgent(UpdateAgentRequest request, AsyncHandler<UpdateAgentRequest,UpdateAgentResponse> handler)
UpdateAgentResponse
OcbAgentSvcClient. updateAgent(UpdateAgentRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type UpdateAgentRequest 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 UpdateAgentRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return UpdateAgentRequest Modifier and Type Method Description UpdateAgentRequest
UpdateAgentRequest.Builder. build()
Build the instance of UpdateAgentRequest as configured by this builderUpdateAgentRequest
UpdateAgentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAgentRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type UpdateAgentRequest Modifier and Type Method Description UpdateAgentRequest.Builder
UpdateAgentRequest.Builder. copy(UpdateAgentRequest o)
Copy method to populate the builder with values from the given instance.
-