Uses of Class
com.oracle.bmc.mediaservices.requests.GetMediaWorkflowRequest
-
Packages that use GetMediaWorkflowRequest Package Description com.oracle.bmc.mediaservices com.oracle.bmc.mediaservices.requests -
-
Uses of GetMediaWorkflowRequest in com.oracle.bmc.mediaservices
Methods in com.oracle.bmc.mediaservices that return types with arguments of type GetMediaWorkflowRequest Modifier and Type Method Description Waiter<GetMediaWorkflowRequest,GetMediaWorkflowResponse>
MediaServicesWaiters. forMediaWorkflow(GetMediaWorkflowRequest request, MediaWorkflow.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetMediaWorkflowRequest,GetMediaWorkflowResponse>
MediaServicesWaiters. forMediaWorkflow(GetMediaWorkflowRequest request, MediaWorkflow.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetMediaWorkflowRequest,GetMediaWorkflowResponse>
MediaServicesWaiters. forMediaWorkflow(GetMediaWorkflowRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MediaWorkflow.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.mediaservices with type arguments of type GetMediaWorkflowRequest Modifier and Type Method Description Future<GetMediaWorkflowResponse>
MediaServicesAsync. getMediaWorkflow(GetMediaWorkflowRequest request, AsyncHandler<GetMediaWorkflowRequest,GetMediaWorkflowResponse> handler)
Gets a MediaWorkflow by identifier.Future<GetMediaWorkflowResponse>
MediaServicesAsyncClient. getMediaWorkflow(GetMediaWorkflowRequest request, AsyncHandler<GetMediaWorkflowRequest,GetMediaWorkflowResponse> handler)
-
Uses of GetMediaWorkflowRequest in com.oracle.bmc.mediaservices.requests
Methods in com.oracle.bmc.mediaservices.requests that return GetMediaWorkflowRequest Modifier and Type Method Description GetMediaWorkflowRequest
GetMediaWorkflowRequest.Builder. build()
Build the instance of GetMediaWorkflowRequest as configured by this builderGetMediaWorkflowRequest
GetMediaWorkflowRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMediaWorkflowRequest as configured by this builderMethods in com.oracle.bmc.mediaservices.requests with parameters of type GetMediaWorkflowRequest Modifier and Type Method Description GetMediaWorkflowRequest.Builder
GetMediaWorkflowRequest.Builder. copy(GetMediaWorkflowRequest o)
Copy method to populate the builder with values from the given instance.
-