Uses of Class
com.oracle.bmc.managementagent.responses.DeployPluginsResponse
-
Packages that use DeployPluginsResponse Package Description com.oracle.bmc.managementagent com.oracle.bmc.managementagent.responses -
-
Uses of DeployPluginsResponse in com.oracle.bmc.managementagent
Methods in com.oracle.bmc.managementagent that return DeployPluginsResponse Modifier and Type Method Description DeployPluginsResponse
ManagementAgent. deployPlugins(DeployPluginsRequest request)
Deploys Plugins to a given list of agentIds.DeployPluginsResponse
ManagementAgentClient. deployPlugins(DeployPluginsRequest request)
Methods in com.oracle.bmc.managementagent that return types with arguments of type DeployPluginsResponse Modifier and Type Method Description Future<DeployPluginsResponse>
ManagementAgentAsync. deployPlugins(DeployPluginsRequest request, AsyncHandler<DeployPluginsRequest,DeployPluginsResponse> handler)
Deploys Plugins to a given list of agentIds.Future<DeployPluginsResponse>
ManagementAgentAsyncClient. deployPlugins(DeployPluginsRequest request, AsyncHandler<DeployPluginsRequest,DeployPluginsResponse> handler)
Method parameters in com.oracle.bmc.managementagent with type arguments of type DeployPluginsResponse Modifier and Type Method Description Future<DeployPluginsResponse>
ManagementAgentAsync. deployPlugins(DeployPluginsRequest request, AsyncHandler<DeployPluginsRequest,DeployPluginsResponse> handler)
Deploys Plugins to a given list of agentIds.Future<DeployPluginsResponse>
ManagementAgentAsyncClient. deployPlugins(DeployPluginsRequest request, AsyncHandler<DeployPluginsRequest,DeployPluginsResponse> handler)
-
Uses of DeployPluginsResponse in com.oracle.bmc.managementagent.responses
Methods in com.oracle.bmc.managementagent.responses that return DeployPluginsResponse Modifier and Type Method Description DeployPluginsResponse
DeployPluginsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.managementagent.responses with parameters of type DeployPluginsResponse Modifier and Type Method Description DeployPluginsResponse.Builder
DeployPluginsResponse.Builder. copy(DeployPluginsResponse o)
Copy method to populate the builder with values from the given instance.
-