Uses of Class
com.oracle.bmc.opsi.responses.SummarizeConfigurationItemsResponse
-
Packages that use SummarizeConfigurationItemsResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of SummarizeConfigurationItemsResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return SummarizeConfigurationItemsResponse Modifier and Type Method Description SummarizeConfigurationItemsResponse
OperationsInsights. summarizeConfigurationItems(SummarizeConfigurationItemsRequest request)
Gets the applicable configuration items based on the query parameters specified.SummarizeConfigurationItemsResponse
OperationsInsightsClient. summarizeConfigurationItems(SummarizeConfigurationItemsRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type SummarizeConfigurationItemsResponse Modifier and Type Method Description Future<SummarizeConfigurationItemsResponse>
OperationsInsightsAsync. summarizeConfigurationItems(SummarizeConfigurationItemsRequest request, AsyncHandler<SummarizeConfigurationItemsRequest,SummarizeConfigurationItemsResponse> handler)
Gets the applicable configuration items based on the query parameters specified.Future<SummarizeConfigurationItemsResponse>
OperationsInsightsAsyncClient. summarizeConfigurationItems(SummarizeConfigurationItemsRequest request, AsyncHandler<SummarizeConfigurationItemsRequest,SummarizeConfigurationItemsResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type SummarizeConfigurationItemsResponse Modifier and Type Method Description Future<SummarizeConfigurationItemsResponse>
OperationsInsightsAsync. summarizeConfigurationItems(SummarizeConfigurationItemsRequest request, AsyncHandler<SummarizeConfigurationItemsRequest,SummarizeConfigurationItemsResponse> handler)
Gets the applicable configuration items based on the query parameters specified.Future<SummarizeConfigurationItemsResponse>
OperationsInsightsAsyncClient. summarizeConfigurationItems(SummarizeConfigurationItemsRequest request, AsyncHandler<SummarizeConfigurationItemsRequest,SummarizeConfigurationItemsResponse> handler)
-
Uses of SummarizeConfigurationItemsResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return SummarizeConfigurationItemsResponse Modifier and Type Method Description SummarizeConfigurationItemsResponse
SummarizeConfigurationItemsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type SummarizeConfigurationItemsResponse Modifier and Type Method Description SummarizeConfigurationItemsResponse.Builder
SummarizeConfigurationItemsResponse.Builder. copy(SummarizeConfigurationItemsResponse o)
Copy method to populate the builder with values from the given instance.
-