Uses of Class
com.oracle.bmc.streaming.requests.GetStreamRequest
-
Packages that use GetStreamRequest Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.requests -
-
Uses of GetStreamRequest in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming that return types with arguments of type GetStreamRequest Modifier and Type Method Description Waiter<GetStreamRequest,GetStreamResponse>
StreamAdminWaiters. forStream(GetStreamRequest request, Stream.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetStreamRequest,GetStreamResponse>
StreamAdminWaiters. forStream(GetStreamRequest request, Stream.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetStreamRequest,GetStreamResponse>
StreamAdminWaiters. forStream(GetStreamRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Stream.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.streaming with parameters of type GetStreamRequest Modifier and Type Method Description Waiter<GetStreamRequest,GetStreamResponse>
StreamAdminWaiters. forStream(GetStreamRequest request, Stream.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetStreamRequest,GetStreamResponse>
StreamAdminWaiters. forStream(GetStreamRequest request, Stream.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetStreamRequest,GetStreamResponse>
StreamAdminWaiters. forStream(GetStreamRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Stream.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetStreamResponse
StreamAdmin. getStream(GetStreamRequest request)
Gets detailed information about a stream, including the number of partitions.Future<GetStreamResponse>
StreamAdminAsync. getStream(GetStreamRequest request, AsyncHandler<GetStreamRequest,GetStreamResponse> handler)
Gets detailed information about a stream, including the number of partitions.Future<GetStreamResponse>
StreamAdminAsyncClient. getStream(GetStreamRequest request, AsyncHandler<GetStreamRequest,GetStreamResponse> handler)
GetStreamResponse
StreamAdminClient. getStream(GetStreamRequest request)
Method parameters in com.oracle.bmc.streaming with type arguments of type GetStreamRequest Modifier and Type Method Description Future<GetStreamResponse>
StreamAdminAsync. getStream(GetStreamRequest request, AsyncHandler<GetStreamRequest,GetStreamResponse> handler)
Gets detailed information about a stream, including the number of partitions.Future<GetStreamResponse>
StreamAdminAsyncClient. getStream(GetStreamRequest request, AsyncHandler<GetStreamRequest,GetStreamResponse> handler)
-
Uses of GetStreamRequest in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return GetStreamRequest Modifier and Type Method Description GetStreamRequest
GetStreamRequest.Builder. build()
Build the instance of GetStreamRequest as configured by this builderGetStreamRequest
GetStreamRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetStreamRequest as configured by this builderMethods in com.oracle.bmc.streaming.requests with parameters of type GetStreamRequest Modifier and Type Method Description GetStreamRequest.Builder
GetStreamRequest.Builder. copy(GetStreamRequest o)
Copy method to populate the builder with values from the given instance.
-