Uses of Class
com.oracle.bmc.osmanagementhub.requests.GetManagedInstanceAnalyticContentRequest
-
Packages that use GetManagedInstanceAnalyticContentRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of GetManagedInstanceAnalyticContentRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetManagedInstanceAnalyticContentRequest Modifier and Type Method Description Future<GetManagedInstanceAnalyticContentResponse>
ReportingManagedInstanceAsync. getManagedInstanceAnalyticContent(GetManagedInstanceAnalyticContentRequest request, AsyncHandler<GetManagedInstanceAnalyticContentRequest,GetManagedInstanceAnalyticContentResponse> handler)
Returns a report of managed instances matching the given filters.Future<GetManagedInstanceAnalyticContentResponse>
ReportingManagedInstanceAsyncClient. getManagedInstanceAnalyticContent(GetManagedInstanceAnalyticContentRequest request, AsyncHandler<GetManagedInstanceAnalyticContentRequest,GetManagedInstanceAnalyticContentResponse> handler)
-
Uses of GetManagedInstanceAnalyticContentRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return GetManagedInstanceAnalyticContentRequest Modifier and Type Method Description GetManagedInstanceAnalyticContentRequest
GetManagedInstanceAnalyticContentRequest.Builder. build()
Build the instance of GetManagedInstanceAnalyticContentRequest as configured by this builderGetManagedInstanceAnalyticContentRequest
GetManagedInstanceAnalyticContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetManagedInstanceAnalyticContentRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type GetManagedInstanceAnalyticContentRequest Modifier and Type Method Description GetManagedInstanceAnalyticContentRequest.Builder
GetManagedInstanceAnalyticContentRequest.Builder. copy(GetManagedInstanceAnalyticContentRequest o)
Copy method to populate the builder with values from the given instance.
-