Uses of Class
com.oracle.bmc.osmanagement.requests.GetEventContentRequest
-
Packages that use GetEventContentRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of GetEventContentRequest in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement with parameters of type GetEventContentRequest Modifier and Type Method Description GetEventContentResponse
Event. getEventContent(GetEventContentRequest request)
Get additional data about a event as a ZIP archive.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)
GetEventContentResponse
EventClient. getEventContent(GetEventContentRequest request)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type GetEventContentRequest 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 GetEventContentRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.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.osmanagement.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.
-