Uses of Class
com.oracle.bmc.opsi.requests.ListAwrHubsRequest
-
Packages that use ListAwrHubsRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of ListAwrHubsRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type ListAwrHubsRequest Modifier and Type Method Description ListAwrHubsResponse
OperationsInsights. listAwrHubs(ListAwrHubsRequest request)
Gets a list of AWR hubs.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)
ListAwrHubsResponse
OperationsInsightsClient. listAwrHubs(ListAwrHubsRequest request)
Iterable<AwrHubSummary>
OperationsInsightsPaginators. listAwrHubsRecordIterator(ListAwrHubsRequest request)
Creates a new iterable which will iterate over theAwrHubSummary
objects contained in responses from the listAwrHubs operation.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 ListAwrHubsRequest 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 ListAwrHubsRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return ListAwrHubsRequest Modifier and Type Method Description ListAwrHubsRequest
ListAwrHubsRequest.Builder. build()
Build the instance of ListAwrHubsRequest as configured by this builderListAwrHubsRequest
ListAwrHubsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListAwrHubsRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type ListAwrHubsRequest Modifier and Type Method Description ListAwrHubsRequest.Builder
ListAwrHubsRequest.Builder. copy(ListAwrHubsRequest o)
Copy method to populate the builder with values from the given instance.
-