Uses of Class
com.oracle.bmc.streaming.requests.ListStreamPoolsRequest
-
Packages that use ListStreamPoolsRequest Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.requests -
-
Uses of ListStreamPoolsRequest in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming with parameters of type ListStreamPoolsRequest Modifier and Type Method Description ListStreamPoolsResponseStreamAdmin. listStreamPools(ListStreamPoolsRequest request)List the stream pools for a given compartment ID.Future<ListStreamPoolsResponse>StreamAdminAsync. listStreamPools(ListStreamPoolsRequest request, AsyncHandler<ListStreamPoolsRequest,ListStreamPoolsResponse> handler)List the stream pools for a given compartment ID.Future<ListStreamPoolsResponse>StreamAdminAsyncClient. listStreamPools(ListStreamPoolsRequest request, AsyncHandler<ListStreamPoolsRequest,ListStreamPoolsResponse> handler)ListStreamPoolsResponseStreamAdminClient. listStreamPools(ListStreamPoolsRequest request)Iterable<StreamPoolSummary>StreamAdminPaginators. listStreamPoolsRecordIterator(ListStreamPoolsRequest request)Creates a new iterable which will iterate over theStreamPoolSummaryobjects contained in responses from the listStreamPools operation.Iterable<ListStreamPoolsResponse>StreamAdminPaginators. listStreamPoolsResponseIterator(ListStreamPoolsRequest request)Creates a new iterable which will iterate over the responses received from the listStreamPools operation.Method parameters in com.oracle.bmc.streaming with type arguments of type ListStreamPoolsRequest Modifier and Type Method Description Future<ListStreamPoolsResponse>StreamAdminAsync. listStreamPools(ListStreamPoolsRequest request, AsyncHandler<ListStreamPoolsRequest,ListStreamPoolsResponse> handler)List the stream pools for a given compartment ID.Future<ListStreamPoolsResponse>StreamAdminAsyncClient. listStreamPools(ListStreamPoolsRequest request, AsyncHandler<ListStreamPoolsRequest,ListStreamPoolsResponse> handler) -
Uses of ListStreamPoolsRequest in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return ListStreamPoolsRequest Modifier and Type Method Description ListStreamPoolsRequestListStreamPoolsRequest.Builder. build()Build the instance of ListStreamPoolsRequest as configured by this builderListStreamPoolsRequestListStreamPoolsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListStreamPoolsRequest as configured by this builderMethods in com.oracle.bmc.streaming.requests with parameters of type ListStreamPoolsRequest Modifier and Type Method Description ListStreamPoolsRequest.BuilderListStreamPoolsRequest.Builder. copy(ListStreamPoolsRequest o)Copy method to populate the builder with values from the given instance.
-