Package | Description |
---|---|
com.oracle.bmc.mysql | |
com.oracle.bmc.mysql.requests |
Modifier and Type | Method and Description |
---|---|
ListChannelsResponse |
ChannelsClient.listChannels(ListChannelsRequest request) |
ListChannelsResponse |
Channels.listChannels(ListChannelsRequest request)
Lists all the Channels that match the specified filters.
|
Future<ListChannelsResponse> |
ChannelsAsyncClient.listChannels(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler) |
Future<ListChannelsResponse> |
ChannelsAsync.listChannels(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
Lists all the Channels that match the specified filters.
|
Iterable<ChannelSummary> |
ChannelsPaginators.listChannelsRecordIterator(ListChannelsRequest request)
Creates a new iterable which will iterate over the
ChannelSummary objects contained in responses from the
listChannels operation. |
Iterable<ListChannelsResponse> |
ChannelsPaginators.listChannelsResponseIterator(ListChannelsRequest request)
Creates a new iterable which will iterate over the responses received from the listChannels
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListChannelsResponse> |
ChannelsAsyncClient.listChannels(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler) |
Future<ListChannelsResponse> |
ChannelsAsync.listChannels(ListChannelsRequest request,
AsyncHandler<ListChannelsRequest,ListChannelsResponse> handler)
Lists all the Channels that match the specified filters.
|
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.