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 DeployPluginsResponse
ManagementAgent. 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)
DeployPluginsResponse
ManagementAgentClient. 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 DeployPluginsRequest
DeployPluginsRequest.Builder. build()
Build the instance of DeployPluginsRequest as configured by this builderDeployPluginsRequest
DeployPluginsRequest.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.Builder
DeployPluginsRequest.Builder. copy(DeployPluginsRequest o)
Copy method to populate the builder with values from the given instance.
-