Package | Description |
---|---|
com.oracle.bmc.queue | |
com.oracle.bmc.queue.requests |
Modifier and Type | Method and Description |
---|---|
ListChannelsResponse |
QueueClient.listChannels(ListChannelsRequest request) |
ListChannelsResponse |
Queue.listChannels(ListChannelsRequest request)
Gets the list of IDs of non-empty channels.
|
Future<ListChannelsResponse> |
QueueAsyncClient.listChannels(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler) |
Future<ListChannelsResponse> |
QueueAsync.listChannels(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
Gets the list of IDs of non-empty channels.
|
Modifier and Type | Method and Description |
---|---|
Future<ListChannelsResponse> |
QueueAsyncClient.listChannels(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler) |
Future<ListChannelsResponse> |
QueueAsync.listChannels(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
Gets the list of IDs of non-empty channels.
|
Modifier and Type | Method and Description |
---|---|
ListChannelsRequest |
ListChannelsRequest.Builder.build()
Build the instance of ListChannelsRequest as configured by this builder
|
ListChannelsRequest |
ListChannelsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListChannelsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.copy(ListChannelsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.