Package | Description |
---|---|
com.oracle.bmc.mysql | |
com.oracle.bmc.mysql.requests |
Modifier and Type | Method and Description |
---|---|
CreateChannelResponse |
ChannelsClient.createChannel(CreateChannelRequest request) |
CreateChannelResponse |
Channels.createChannel(CreateChannelRequest request)
Creates a Channel to establish replication from a source to a target.
|
Future<CreateChannelResponse> |
ChannelsAsyncClient.createChannel(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResponse> handler) |
Future<CreateChannelResponse> |
ChannelsAsync.createChannel(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResponse> handler)
Creates a Channel to establish replication from a source to a target.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateChannelResponse> |
ChannelsAsyncClient.createChannel(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResponse> handler) |
Future<CreateChannelResponse> |
ChannelsAsync.createChannel(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResponse> handler)
Creates a Channel to establish replication from a source to a target.
|
Modifier and Type | Method and Description |
---|---|
CreateChannelRequest |
CreateChannelRequest.Builder.build()
Build the instance of CreateChannelRequest as configured by this builder
|
CreateChannelRequest |
CreateChannelRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateChannelRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateChannelRequest.Builder |
CreateChannelRequest.Builder.copy(CreateChannelRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.