Uses of Class
com.oracle.bmc.streaming.requests.ListStreamsRequest
-
Packages that use ListStreamsRequest Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.requests -
-
Uses of ListStreamsRequest in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming with parameters of type ListStreamsRequest Modifier and Type Method Description ListStreamsResponse
StreamAdmin. listStreams(ListStreamsRequest request)
Lists the streams in the given compartment id.Future<ListStreamsResponse>
StreamAdminAsync. listStreams(ListStreamsRequest request, AsyncHandler<ListStreamsRequest,ListStreamsResponse> handler)
Lists the streams in the given compartment id.Future<ListStreamsResponse>
StreamAdminAsyncClient. listStreams(ListStreamsRequest request, AsyncHandler<ListStreamsRequest,ListStreamsResponse> handler)
ListStreamsResponse
StreamAdminClient. listStreams(ListStreamsRequest request)
Iterable<StreamSummary>
StreamAdminPaginators. listStreamsRecordIterator(ListStreamsRequest request)
Creates a new iterable which will iterate over theStreamSummary
objects contained in responses from the listStreams operation.Iterable<ListStreamsResponse>
StreamAdminPaginators. listStreamsResponseIterator(ListStreamsRequest request)
Creates a new iterable which will iterate over the responses received from the listStreams operation.Method parameters in com.oracle.bmc.streaming with type arguments of type ListStreamsRequest Modifier and Type Method Description Future<ListStreamsResponse>
StreamAdminAsync. listStreams(ListStreamsRequest request, AsyncHandler<ListStreamsRequest,ListStreamsResponse> handler)
Lists the streams in the given compartment id.Future<ListStreamsResponse>
StreamAdminAsyncClient. listStreams(ListStreamsRequest request, AsyncHandler<ListStreamsRequest,ListStreamsResponse> handler)
-
Uses of ListStreamsRequest in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return ListStreamsRequest Modifier and Type Method Description ListStreamsRequest
ListStreamsRequest.Builder. build()
Build the instance of ListStreamsRequest as configured by this builderListStreamsRequest
ListStreamsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListStreamsRequest as configured by this builderMethods in com.oracle.bmc.streaming.requests with parameters of type ListStreamsRequest Modifier and Type Method Description ListStreamsRequest.Builder
ListStreamsRequest.Builder. copy(ListStreamsRequest o)
Copy method to populate the builder with values from the given instance.
-