Package | Description |
---|---|
com.oracle.bmc.streaming | |
com.oracle.bmc.streaming.requests |
Modifier and Type | Method and Description |
---|---|
ListStreamsResponse |
StreamAdmin.listStreams(ListStreamsRequest request)
Lists the streams in the given compartment id.
|
ListStreamsResponse |
StreamAdminClient.listStreams(ListStreamsRequest request) |
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) |
Iterable<StreamSummary> |
StreamAdminPaginators.listStreamsRecordIterator(ListStreamsRequest request)
Creates a new iterable which will iterate over the
StreamSummary 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListStreamsRequest |
ListStreamsRequest.Builder.build()
Build the instance of ListStreamsRequest as configured by this builder
|
ListStreamsRequest |
ListStreamsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListStreamsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListStreamsRequest.Builder |
ListStreamsRequest.Builder.copy(ListStreamsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.