Uses of Class
com.oracle.bmc.opsi.responses.ListHostConfigurationsResponse
-
Packages that use ListHostConfigurationsResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of ListHostConfigurationsResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return ListHostConfigurationsResponse Modifier and Type Method Description ListHostConfigurationsResponseOperationsInsights. listHostConfigurations(ListHostConfigurationsRequest request)Gets a list of host insight configurations based on the query parameters specified.ListHostConfigurationsResponseOperationsInsightsClient. listHostConfigurations(ListHostConfigurationsRequest request)Methods in com.oracle.bmc.opsi that return types with arguments of type ListHostConfigurationsResponse Modifier and Type Method Description Future<ListHostConfigurationsResponse>OperationsInsightsAsync. listHostConfigurations(ListHostConfigurationsRequest request, AsyncHandler<ListHostConfigurationsRequest,ListHostConfigurationsResponse> handler)Gets a list of host insight configurations based on the query parameters specified.Future<ListHostConfigurationsResponse>OperationsInsightsAsyncClient. listHostConfigurations(ListHostConfigurationsRequest request, AsyncHandler<ListHostConfigurationsRequest,ListHostConfigurationsResponse> handler)Iterable<ListHostConfigurationsResponse>OperationsInsightsPaginators. listHostConfigurationsResponseIterator(ListHostConfigurationsRequest request)Creates a new iterable which will iterate over the responses received from the listHostConfigurations operation.Method parameters in com.oracle.bmc.opsi with type arguments of type ListHostConfigurationsResponse Modifier and Type Method Description Future<ListHostConfigurationsResponse>OperationsInsightsAsync. listHostConfigurations(ListHostConfigurationsRequest request, AsyncHandler<ListHostConfigurationsRequest,ListHostConfigurationsResponse> handler)Gets a list of host insight configurations based on the query parameters specified.Future<ListHostConfigurationsResponse>OperationsInsightsAsyncClient. listHostConfigurations(ListHostConfigurationsRequest request, AsyncHandler<ListHostConfigurationsRequest,ListHostConfigurationsResponse> handler) -
Uses of ListHostConfigurationsResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return ListHostConfigurationsResponse Modifier and Type Method Description ListHostConfigurationsResponseListHostConfigurationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type ListHostConfigurationsResponse Modifier and Type Method Description ListHostConfigurationsResponse.BuilderListHostConfigurationsResponse.Builder. copy(ListHostConfigurationsResponse o)Copy method to populate the builder with values from the given instance.
-