Uses of Class
com.oracle.bmc.managementagent.requests.UpdateManagementAgentRequest
-
Packages that use UpdateManagementAgentRequest Package Description com.oracle.bmc.managementagent com.oracle.bmc.managementagent.requests -
-
Uses of UpdateManagementAgentRequest in com.oracle.bmc.managementagent
Methods in com.oracle.bmc.managementagent with parameters of type UpdateManagementAgentRequest Modifier and Type Method Description UpdateManagementAgentResponse
ManagementAgent. updateManagementAgent(UpdateManagementAgentRequest request)
API to update the console managed properties of the Management Agent.Future<UpdateManagementAgentResponse>
ManagementAgentAsync. updateManagementAgent(UpdateManagementAgentRequest request, AsyncHandler<UpdateManagementAgentRequest,UpdateManagementAgentResponse> handler)
API to update the console managed properties of the Management Agent.Future<UpdateManagementAgentResponse>
ManagementAgentAsyncClient. updateManagementAgent(UpdateManagementAgentRequest request, AsyncHandler<UpdateManagementAgentRequest,UpdateManagementAgentResponse> handler)
UpdateManagementAgentResponse
ManagementAgentClient. updateManagementAgent(UpdateManagementAgentRequest request)
Method parameters in com.oracle.bmc.managementagent with type arguments of type UpdateManagementAgentRequest Modifier and Type Method Description Future<UpdateManagementAgentResponse>
ManagementAgentAsync. updateManagementAgent(UpdateManagementAgentRequest request, AsyncHandler<UpdateManagementAgentRequest,UpdateManagementAgentResponse> handler)
API to update the console managed properties of the Management Agent.Future<UpdateManagementAgentResponse>
ManagementAgentAsyncClient. updateManagementAgent(UpdateManagementAgentRequest request, AsyncHandler<UpdateManagementAgentRequest,UpdateManagementAgentResponse> handler)
-
Uses of UpdateManagementAgentRequest in com.oracle.bmc.managementagent.requests
Methods in com.oracle.bmc.managementagent.requests that return UpdateManagementAgentRequest Modifier and Type Method Description UpdateManagementAgentRequest
UpdateManagementAgentRequest.Builder. build()
Build the instance of UpdateManagementAgentRequest as configured by this builderUpdateManagementAgentRequest
UpdateManagementAgentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateManagementAgentRequest as configured by this builderMethods in com.oracle.bmc.managementagent.requests with parameters of type UpdateManagementAgentRequest Modifier and Type Method Description UpdateManagementAgentRequest.Builder
UpdateManagementAgentRequest.Builder. copy(UpdateManagementAgentRequest o)
Copy method to populate the builder with values from the given instance.
-