Uses of Class
com.oracle.bmc.osmanagement.responses.GetEventReportResponse
-
Packages that use GetEventReportResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of GetEventReportResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return GetEventReportResponse Modifier and Type Method Description GetEventReportResponse
Event. getEventReport(GetEventReportRequest request)
Get summary information about events on this instance.GetEventReportResponse
EventClient. getEventReport(GetEventReportRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type GetEventReportResponse Modifier and Type Method Description Future<GetEventReportResponse>
EventAsync. getEventReport(GetEventReportRequest request, AsyncHandler<GetEventReportRequest,GetEventReportResponse> handler)
Get summary information about events on this instance.Future<GetEventReportResponse>
EventAsyncClient. getEventReport(GetEventReportRequest request, AsyncHandler<GetEventReportRequest,GetEventReportResponse> handler)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type GetEventReportResponse Modifier and Type Method Description Future<GetEventReportResponse>
EventAsync. getEventReport(GetEventReportRequest request, AsyncHandler<GetEventReportRequest,GetEventReportResponse> handler)
Get summary information about events on this instance.Future<GetEventReportResponse>
EventAsyncClient. getEventReport(GetEventReportRequest request, AsyncHandler<GetEventReportRequest,GetEventReportResponse> handler)
-
Uses of GetEventReportResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return GetEventReportResponse Modifier and Type Method Description GetEventReportResponse
GetEventReportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.responses with parameters of type GetEventReportResponse Modifier and Type Method Description GetEventReportResponse.Builder
GetEventReportResponse.Builder. copy(GetEventReportResponse o)
Copy method to populate the builder with values from the given instance.
-