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