Package | Description |
---|---|
com.oracle.bmc.streaming | |
com.oracle.bmc.streaming.responses |
Modifier and Type | Method and Description |
---|---|
ListStreamsResponse |
StreamAdmin.listStreams(ListStreamsRequest request)
Lists the streams in the given compartment id.
|
ListStreamsResponse |
StreamAdminClient.listStreams(ListStreamsRequest request) |
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) |
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 |
---|---|
ListStreamsResponse |
ListStreamsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListStreamsResponse.Builder |
ListStreamsResponse.Builder.copy(ListStreamsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.