Uses of Class
com.oracle.bmc.osmanagementhub.responses.GetEventResponse
-
Packages that use GetEventResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of GetEventResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return GetEventResponse Modifier and Type Method Description GetEventResponse
Event. getEvent(GetEventRequest request)
Returns information about the specified event.GetEventResponse
EventClient. getEvent(GetEventRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type GetEventResponse Modifier and Type Method Description Waiter<GetEventRequest,GetEventResponse>
EventWaiters. forEvent(GetEventRequest request, Event.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetEventRequest,GetEventResponse>
EventWaiters. forEvent(GetEventRequest request, Event.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetEventRequest,GetEventResponse>
EventWaiters. forEvent(GetEventRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Event.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetEventResponse>
EventAsync. getEvent(GetEventRequest request, AsyncHandler<GetEventRequest,GetEventResponse> handler)
Returns information about the specified event.Future<GetEventResponse>
EventAsyncClient. getEvent(GetEventRequest request, AsyncHandler<GetEventRequest,GetEventResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetEventResponse Modifier and Type Method Description Future<GetEventResponse>
EventAsync. getEvent(GetEventRequest request, AsyncHandler<GetEventRequest,GetEventResponse> handler)
Returns information about the specified event.Future<GetEventResponse>
EventAsyncClient. getEvent(GetEventRequest request, AsyncHandler<GetEventRequest,GetEventResponse> handler)
-
Uses of GetEventResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return GetEventResponse Modifier and Type Method Description GetEventResponse
GetEventResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type GetEventResponse Modifier and Type Method Description GetEventResponse.Builder
GetEventResponse.Builder. copy(GetEventResponse o)
Copy method to populate the builder with values from the given instance.
-