Uses of Class
com.oracle.bmc.osmanagementhub.requests.GetEventContentRequest
-
Packages that use GetEventContentRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of GetEventContentRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type GetEventContentRequest Modifier and Type Method Description GetEventContentResponse
Event. getEventContent(GetEventContentRequest request)
Returns a ZIP archive with additional information about an event.Future<GetEventContentResponse>
EventAsync. getEventContent(GetEventContentRequest request, AsyncHandler<GetEventContentRequest,GetEventContentResponse> handler)
Returns a ZIP archive with additional information about an event.Future<GetEventContentResponse>
EventAsyncClient. getEventContent(GetEventContentRequest request, AsyncHandler<GetEventContentRequest,GetEventContentResponse> handler)
GetEventContentResponse
EventClient. getEventContent(GetEventContentRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetEventContentRequest Modifier and Type Method Description Future<GetEventContentResponse>
EventAsync. getEventContent(GetEventContentRequest request, AsyncHandler<GetEventContentRequest,GetEventContentResponse> handler)
Returns a ZIP archive with additional information about an event.Future<GetEventContentResponse>
EventAsyncClient. getEventContent(GetEventContentRequest request, AsyncHandler<GetEventContentRequest,GetEventContentResponse> handler)
-
Uses of GetEventContentRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return GetEventContentRequest Modifier and Type Method Description GetEventContentRequest
GetEventContentRequest.Builder. build()
Build the instance of GetEventContentRequest as configured by this builderGetEventContentRequest
GetEventContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetEventContentRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type GetEventContentRequest Modifier and Type Method Description GetEventContentRequest.Builder
GetEventContentRequest.Builder. copy(GetEventContentRequest o)
Copy method to populate the builder with values from the given instance.
-