Uses of Class
com.oracle.bmc.osmanagement.responses.GetEventContentResponse
-
Packages that use GetEventContentResponse Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.responses -
-
Uses of GetEventContentResponse in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return GetEventContentResponse Modifier and Type Method Description GetEventContentResponse
Event. getEventContent(GetEventContentRequest request)
Get additional data about a event as a ZIP archive.GetEventContentResponse
EventClient. getEventContent(GetEventContentRequest request)
Methods in com.oracle.bmc.osmanagement that return types with arguments of type GetEventContentResponse Modifier and Type Method Description Future<GetEventContentResponse>
EventAsync. getEventContent(GetEventContentRequest request, AsyncHandler<GetEventContentRequest,GetEventContentResponse> handler)
Get additional data about a event as a ZIP archive.Future<GetEventContentResponse>
EventAsyncClient. getEventContent(GetEventContentRequest request, AsyncHandler<GetEventContentRequest,GetEventContentResponse> handler)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type GetEventContentResponse Modifier and Type Method Description Future<GetEventContentResponse>
EventAsync. getEventContent(GetEventContentRequest request, AsyncHandler<GetEventContentRequest,GetEventContentResponse> handler)
Get additional data about a event as a ZIP archive.Future<GetEventContentResponse>
EventAsyncClient. getEventContent(GetEventContentRequest request, AsyncHandler<GetEventContentRequest,GetEventContentResponse> handler)
-
Uses of GetEventContentResponse in com.oracle.bmc.osmanagement.responses
Methods in com.oracle.bmc.osmanagement.responses that return GetEventContentResponse Modifier and Type Method Description GetEventContentResponse
GetEventContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagement.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.
-