Uses of Class
com.oracle.bmc.opsi.responses.ListOpsiConfigurationsResponse
-
Packages that use ListOpsiConfigurationsResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of ListOpsiConfigurationsResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return ListOpsiConfigurationsResponse Modifier and Type Method Description ListOpsiConfigurationsResponse
OperationsInsights. listOpsiConfigurations(ListOpsiConfigurationsRequest request)
Gets a list of OPSI configuration resources based on the query parameters specified.ListOpsiConfigurationsResponse
OperationsInsightsClient. listOpsiConfigurations(ListOpsiConfigurationsRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type ListOpsiConfigurationsResponse Modifier and Type Method Description Future<ListOpsiConfigurationsResponse>
OperationsInsightsAsync. listOpsiConfigurations(ListOpsiConfigurationsRequest request, AsyncHandler<ListOpsiConfigurationsRequest,ListOpsiConfigurationsResponse> handler)
Gets a list of OPSI configuration resources based on the query parameters specified.Future<ListOpsiConfigurationsResponse>
OperationsInsightsAsyncClient. listOpsiConfigurations(ListOpsiConfigurationsRequest request, AsyncHandler<ListOpsiConfigurationsRequest,ListOpsiConfigurationsResponse> handler)
Iterable<ListOpsiConfigurationsResponse>
OperationsInsightsPaginators. listOpsiConfigurationsResponseIterator(ListOpsiConfigurationsRequest request)
Creates a new iterable which will iterate over the responses received from the listOpsiConfigurations operation.Method parameters in com.oracle.bmc.opsi with type arguments of type ListOpsiConfigurationsResponse Modifier and Type Method Description Future<ListOpsiConfigurationsResponse>
OperationsInsightsAsync. listOpsiConfigurations(ListOpsiConfigurationsRequest request, AsyncHandler<ListOpsiConfigurationsRequest,ListOpsiConfigurationsResponse> handler)
Gets a list of OPSI configuration resources based on the query parameters specified.Future<ListOpsiConfigurationsResponse>
OperationsInsightsAsyncClient. listOpsiConfigurations(ListOpsiConfigurationsRequest request, AsyncHandler<ListOpsiConfigurationsRequest,ListOpsiConfigurationsResponse> handler)
-
Uses of ListOpsiConfigurationsResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return ListOpsiConfigurationsResponse Modifier and Type Method Description ListOpsiConfigurationsResponse
ListOpsiConfigurationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type ListOpsiConfigurationsResponse Modifier and Type Method Description ListOpsiConfigurationsResponse.Builder
ListOpsiConfigurationsResponse.Builder. copy(ListOpsiConfigurationsResponse o)
Copy method to populate the builder with values from the given instance.
-