Uses of Class
com.oracle.bmc.osmanagementhub.responses.GetEventContentResponse
-
Packages that use GetEventContentResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of GetEventContentResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return GetEventContentResponse Modifier and Type Method Description GetEventContentResponse
Event. getEventContent(GetEventContentRequest request)
Returns a ZIP archive with additional information about an event.GetEventContentResponse
EventClient. getEventContent(GetEventContentRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type GetEventContentResponse 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)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetEventContentResponse 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 GetEventContentResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return GetEventContentResponse Modifier and Type Method Description GetEventContentResponse
GetEventContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type GetEventContentResponse Modifier and Type Method Description GetEventContentResponse.Builder
GetEventContentResponse.Builder. copy(GetEventContentResponse o)
Copy method to populate the builder with values from the given instance.
-