Uses of Class
com.oracle.bmc.streaming.responses.ListStreamPoolsResponse
-
Packages that use ListStreamPoolsResponse Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.responses -
-
Uses of ListStreamPoolsResponse in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming that return ListStreamPoolsResponse Modifier and Type Method Description ListStreamPoolsResponse
StreamAdmin. listStreamPools(ListStreamPoolsRequest request)
List the stream pools for a given compartment ID.ListStreamPoolsResponse
StreamAdminClient. listStreamPools(ListStreamPoolsRequest request)
Methods in com.oracle.bmc.streaming that return types with arguments of type ListStreamPoolsResponse 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)
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 ListStreamPoolsResponse 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 ListStreamPoolsResponse in com.oracle.bmc.streaming.responses
Methods in com.oracle.bmc.streaming.responses that return ListStreamPoolsResponse Modifier and Type Method Description ListStreamPoolsResponse
ListStreamPoolsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.streaming.responses with parameters of type ListStreamPoolsResponse Modifier and Type Method Description ListStreamPoolsResponse.Builder
ListStreamPoolsResponse.Builder. copy(ListStreamPoolsResponse o)
Copy method to populate the builder with values from the given instance.
-