Package | Description |
---|---|
com.oracle.bmc.streaming | |
com.oracle.bmc.streaming.requests |
Modifier and Type | Method and Description |
---|---|
ListStreamPoolsResponse |
StreamAdmin.listStreamPools(ListStreamPoolsRequest request)
List the stream pools for a given compartment ID.
|
ListStreamPoolsResponse |
StreamAdminClient.listStreamPools(ListStreamPoolsRequest request) |
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<StreamPoolSummary> |
StreamAdminPaginators.listStreamPoolsRecordIterator(ListStreamPoolsRequest request)
Creates a new iterable which will iterate over the
StreamPoolSummary objects 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListStreamPoolsRequest |
ListStreamPoolsRequest.Builder.build()
Build the instance of ListStreamPoolsRequest as configured by this builder
|
ListStreamPoolsRequest |
ListStreamPoolsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListStreamPoolsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListStreamPoolsRequest.Builder |
ListStreamPoolsRequest.Builder.copy(ListStreamPoolsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.