Uses of Class
com.oracle.bmc.osmanagementhub.responses.GetManagedInstanceAnalyticContentResponse
-
Packages that use GetManagedInstanceAnalyticContentResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of GetManagedInstanceAnalyticContentResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return GetManagedInstanceAnalyticContentResponse Modifier and Type Method Description GetManagedInstanceAnalyticContentResponse
ReportingManagedInstance. getManagedInstanceAnalyticContent(GetManagedInstanceAnalyticContentRequest request)
Returns a report of managed instances matching the given filters.GetManagedInstanceAnalyticContentResponse
ReportingManagedInstanceClient. getManagedInstanceAnalyticContent(GetManagedInstanceAnalyticContentRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type GetManagedInstanceAnalyticContentResponse 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)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetManagedInstanceAnalyticContentResponse 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 GetManagedInstanceAnalyticContentResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return GetManagedInstanceAnalyticContentResponse Modifier and Type Method Description GetManagedInstanceAnalyticContentResponse
GetManagedInstanceAnalyticContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type GetManagedInstanceAnalyticContentResponse Modifier and Type Method Description GetManagedInstanceAnalyticContentResponse.Builder
GetManagedInstanceAnalyticContentResponse.Builder. copy(GetManagedInstanceAnalyticContentResponse o)
Copy method to populate the builder with values from the given instance.
-