Uses of Class
com.oracle.bmc.osmanagementhub.requests.GetEventRequest
-
Packages that use GetEventRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of GetEventRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type GetEventRequest 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.Methods in com.oracle.bmc.osmanagementhub with parameters of type GetEventRequest 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.GetEventResponse
Event. getEvent(GetEventRequest request)
Returns information about the specified event.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)
GetEventResponse
EventClient. getEvent(GetEventRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetEventRequest 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 GetEventRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.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.osmanagementhub.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.
-