Uses of Class
com.oracle.bmc.osmanagementhub.responses.GetManagedInstanceContentResponse
-
Packages that use GetManagedInstanceContentResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of GetManagedInstanceContentResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return GetManagedInstanceContentResponse Modifier and Type Method Description GetManagedInstanceContentResponse
ReportingManagedInstance. getManagedInstanceContent(GetManagedInstanceContentRequest request)
Returns a report for a single managed instance whose associated erratas match the given filters.GetManagedInstanceContentResponse
ReportingManagedInstanceClient. getManagedInstanceContent(GetManagedInstanceContentRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type GetManagedInstanceContentResponse Modifier and Type Method Description Future<GetManagedInstanceContentResponse>
ReportingManagedInstanceAsync. getManagedInstanceContent(GetManagedInstanceContentRequest request, AsyncHandler<GetManagedInstanceContentRequest,GetManagedInstanceContentResponse> handler)
Returns a report for a single managed instance whose associated erratas match the given filters.Future<GetManagedInstanceContentResponse>
ReportingManagedInstanceAsyncClient. getManagedInstanceContent(GetManagedInstanceContentRequest request, AsyncHandler<GetManagedInstanceContentRequest,GetManagedInstanceContentResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetManagedInstanceContentResponse Modifier and Type Method Description Future<GetManagedInstanceContentResponse>
ReportingManagedInstanceAsync. getManagedInstanceContent(GetManagedInstanceContentRequest request, AsyncHandler<GetManagedInstanceContentRequest,GetManagedInstanceContentResponse> handler)
Returns a report for a single managed instance whose associated erratas match the given filters.Future<GetManagedInstanceContentResponse>
ReportingManagedInstanceAsyncClient. getManagedInstanceContent(GetManagedInstanceContentRequest request, AsyncHandler<GetManagedInstanceContentRequest,GetManagedInstanceContentResponse> handler)
-
Uses of GetManagedInstanceContentResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return GetManagedInstanceContentResponse Modifier and Type Method Description GetManagedInstanceContentResponse
GetManagedInstanceContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type GetManagedInstanceContentResponse Modifier and Type Method Description GetManagedInstanceContentResponse.Builder
GetManagedInstanceContentResponse.Builder. copy(GetManagedInstanceContentResponse o)
Copy method to populate the builder with values from the given instance.
-