Uses of Class
com.oracle.bmc.osmanagement.requests.GetEventReportRequest
-
Packages that use GetEventReportRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of GetEventReportRequest in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement with parameters of type GetEventReportRequest Modifier and Type Method Description GetEventReportResponse
Event. getEventReport(GetEventReportRequest request)
Get summary information about events on this instance.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)
GetEventReportResponse
EventClient. getEventReport(GetEventReportRequest request)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type GetEventReportRequest 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 GetEventReportRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return GetEventReportRequest Modifier and Type Method Description GetEventReportRequest
GetEventReportRequest.Builder. build()
Build the instance of GetEventReportRequest as configured by this builderGetEventReportRequest
GetEventReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetEventReportRequest as configured by this builderMethods in com.oracle.bmc.osmanagement.requests with parameters of type GetEventReportRequest Modifier and Type Method Description GetEventReportRequest.Builder
GetEventReportRequest.Builder. copy(GetEventReportRequest o)
Copy method to populate the builder with values from the given instance.
-