Uses of Class
com.oracle.bmc.osmanagement.requests.GetEventRequest
-
Packages that use GetEventRequest Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.requests -
-
Uses of GetEventRequest in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement with parameters of type GetEventRequest Modifier and Type Method Description GetEventResponse
Event. getEvent(GetEventRequest request)
Gets an Event by identifierFuture<GetEventResponse>
EventAsync. getEvent(GetEventRequest request, AsyncHandler<GetEventRequest,GetEventResponse> handler)
Gets an Event by identifierFuture<GetEventResponse>
EventAsyncClient. getEvent(GetEventRequest request, AsyncHandler<GetEventRequest,GetEventResponse> handler)
GetEventResponse
EventClient. getEvent(GetEventRequest request)
Method parameters in com.oracle.bmc.osmanagement with type arguments of type GetEventRequest Modifier and Type Method Description Future<GetEventResponse>
EventAsync. getEvent(GetEventRequest request, AsyncHandler<GetEventRequest,GetEventResponse> handler)
Gets an Event by identifierFuture<GetEventResponse>
EventAsyncClient. getEvent(GetEventRequest request, AsyncHandler<GetEventRequest,GetEventResponse> handler)
-
Uses of GetEventRequest in com.oracle.bmc.osmanagement.requests
Methods in com.oracle.bmc.osmanagement.requests that return GetEventRequest Modifier and Type Method Description GetEventRequest
GetEventRequest.Builder. build()
Build the instance of GetEventRequest as configured by this builderGetEventRequest
GetEventRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetEventRequest as configured by this builderMethods in com.oracle.bmc.osmanagement.requests with parameters of type GetEventRequest Modifier and Type Method Description GetEventRequest.Builder
GetEventRequest.Builder. copy(GetEventRequest o)
Copy method to populate the builder with values from the given instance.
-