Uses of Class
com.oracle.bmc.managementagent.requests.DeployPluginsRequest
-
Packages that use DeployPluginsRequest Package Description com.oracle.bmc.managementagent com.oracle.bmc.managementagent.requests -
-
Uses of DeployPluginsRequest in com.oracle.bmc.managementagent
Methods in com.oracle.bmc.managementagent with parameters of type DeployPluginsRequest Modifier and Type Method Description DeployPluginsResponseManagementAgent. deployPlugins(DeployPluginsRequest request)Deploys Plugins to a given list of agentIds.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)DeployPluginsResponseManagementAgentClient. deployPlugins(DeployPluginsRequest request)Method parameters in com.oracle.bmc.managementagent with type arguments of type DeployPluginsRequest 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 DeployPluginsRequest in com.oracle.bmc.managementagent.requests
Methods in com.oracle.bmc.managementagent.requests that return DeployPluginsRequest Modifier and Type Method Description DeployPluginsRequestDeployPluginsRequest.Builder. build()Build the instance of DeployPluginsRequest as configured by this builderDeployPluginsRequestDeployPluginsRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeployPluginsRequest as configured by this builderMethods in com.oracle.bmc.managementagent.requests with parameters of type DeployPluginsRequest Modifier and Type Method Description DeployPluginsRequest.BuilderDeployPluginsRequest.Builder. copy(DeployPluginsRequest o)Copy method to populate the builder with values from the given instance.
-