Uses of Class
com.oracle.bmc.aivision.requests.GetStreamSourceRequest
-
Packages that use GetStreamSourceRequest Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.requests -
-
Uses of GetStreamSourceRequest in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision that return types with arguments of type GetStreamSourceRequest Modifier and Type Method Description Waiter<GetStreamSourceRequest,GetStreamSourceResponse>
AIServiceVisionWaiters. forStreamSource(GetStreamSourceRequest request, StreamSource.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetStreamSourceRequest,GetStreamSourceResponse>
AIServiceVisionWaiters. forStreamSource(GetStreamSourceRequest request, StreamSource.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetStreamSourceRequest,GetStreamSourceResponse>
AIServiceVisionWaiters. forStreamSource(GetStreamSourceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, StreamSource.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.aivision with type arguments of type GetStreamSourceRequest Modifier and Type Method Description Future<GetStreamSourceResponse>
AIServiceVisionAsync. getStreamSource(GetStreamSourceRequest request, AsyncHandler<GetStreamSourceRequest,GetStreamSourceResponse> handler)
Get a streamSourceFuture<GetStreamSourceResponse>
AIServiceVisionAsyncClient. getStreamSource(GetStreamSourceRequest request, AsyncHandler<GetStreamSourceRequest,GetStreamSourceResponse> handler)
-
Uses of GetStreamSourceRequest in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.requests that return GetStreamSourceRequest Modifier and Type Method Description GetStreamSourceRequest
GetStreamSourceRequest.Builder. build()
Build the instance of GetStreamSourceRequest as configured by this builderGetStreamSourceRequest
GetStreamSourceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetStreamSourceRequest as configured by this builderMethods in com.oracle.bmc.aivision.requests with parameters of type GetStreamSourceRequest Modifier and Type Method Description GetStreamSourceRequest.Builder
GetStreamSourceRequest.Builder. copy(GetStreamSourceRequest o)
Copy method to populate the builder with values from the given instance.
-