Uses of Class
com.oracle.bmc.managementagent.responses.SummarizeManagementAgentCountsResponse
-
Packages that use SummarizeManagementAgentCountsResponse Package Description com.oracle.bmc.managementagent com.oracle.bmc.managementagent.responses -
-
Uses of SummarizeManagementAgentCountsResponse in com.oracle.bmc.managementagent
Methods in com.oracle.bmc.managementagent that return SummarizeManagementAgentCountsResponse Modifier and Type Method Description SummarizeManagementAgentCountsResponse
ManagementAgent. summarizeManagementAgentCounts(SummarizeManagementAgentCountsRequest request)
Gets count of the inventory of agents for a given compartment id, group by, and isPluginDeployed parameters.SummarizeManagementAgentCountsResponse
ManagementAgentClient. summarizeManagementAgentCounts(SummarizeManagementAgentCountsRequest request)
Methods in com.oracle.bmc.managementagent that return types with arguments of type SummarizeManagementAgentCountsResponse Modifier and Type Method Description Future<SummarizeManagementAgentCountsResponse>
ManagementAgentAsync. summarizeManagementAgentCounts(SummarizeManagementAgentCountsRequest request, AsyncHandler<SummarizeManagementAgentCountsRequest,SummarizeManagementAgentCountsResponse> handler)
Gets count of the inventory of agents for a given compartment id, group by, and isPluginDeployed parameters.Future<SummarizeManagementAgentCountsResponse>
ManagementAgentAsyncClient. summarizeManagementAgentCounts(SummarizeManagementAgentCountsRequest request, AsyncHandler<SummarizeManagementAgentCountsRequest,SummarizeManagementAgentCountsResponse> handler)
Method parameters in com.oracle.bmc.managementagent with type arguments of type SummarizeManagementAgentCountsResponse Modifier and Type Method Description Future<SummarizeManagementAgentCountsResponse>
ManagementAgentAsync. summarizeManagementAgentCounts(SummarizeManagementAgentCountsRequest request, AsyncHandler<SummarizeManagementAgentCountsRequest,SummarizeManagementAgentCountsResponse> handler)
Gets count of the inventory of agents for a given compartment id, group by, and isPluginDeployed parameters.Future<SummarizeManagementAgentCountsResponse>
ManagementAgentAsyncClient. summarizeManagementAgentCounts(SummarizeManagementAgentCountsRequest request, AsyncHandler<SummarizeManagementAgentCountsRequest,SummarizeManagementAgentCountsResponse> handler)
-
Uses of SummarizeManagementAgentCountsResponse in com.oracle.bmc.managementagent.responses
Methods in com.oracle.bmc.managementagent.responses that return SummarizeManagementAgentCountsResponse Modifier and Type Method Description SummarizeManagementAgentCountsResponse
SummarizeManagementAgentCountsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.managementagent.responses with parameters of type SummarizeManagementAgentCountsResponse Modifier and Type Method Description SummarizeManagementAgentCountsResponse.Builder
SummarizeManagementAgentCountsResponse.Builder. copy(SummarizeManagementAgentCountsResponse o)
Copy method to populate the builder with values from the given instance.
-