Package | Description |
---|---|
com.oracle.bmc.mysql | |
com.oracle.bmc.mysql.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetChannelRequest,GetChannelResponse> |
ChannelsWaiters.forChannel(GetChannelRequest request,
Channel.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetChannelRequest,GetChannelResponse> |
ChannelsWaiters.forChannel(GetChannelRequest request,
Channel.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetChannelRequest,GetChannelResponse> |
ChannelsWaiters.forChannel(GetChannelRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Channel.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Waiter<GetChannelRequest,GetChannelResponse> |
ChannelsWaiters.forChannel(GetChannelRequest request,
Channel.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetChannelRequest,GetChannelResponse> |
ChannelsWaiters.forChannel(GetChannelRequest request,
Channel.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetChannelRequest,GetChannelResponse> |
ChannelsWaiters.forChannel(GetChannelRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Channel.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
GetChannelResponse |
ChannelsClient.getChannel(GetChannelRequest request) |
GetChannelResponse |
Channels.getChannel(GetChannelRequest request)
Gets the full details of the specified Channel, including the user-specified configuration
parameters (passwords are omitted), as well as information about the state of the Channel,
its sources and targets.
|
Future<GetChannelResponse> |
ChannelsAsyncClient.getChannel(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResponse> handler) |
Future<GetChannelResponse> |
ChannelsAsync.getChannel(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResponse> handler)
Gets the full details of the specified Channel, including the user-specified configuration
parameters (passwords are omitted), as well as information about the state of the Channel,
its sources and targets.
|
Modifier and Type | Method and Description |
---|---|
Future<GetChannelResponse> |
ChannelsAsyncClient.getChannel(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResponse> handler) |
Future<GetChannelResponse> |
ChannelsAsync.getChannel(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResponse> handler)
Gets the full details of the specified Channel, including the user-specified configuration
parameters (passwords are omitted), as well as information about the state of the Channel,
its sources and targets.
|
Modifier and Type | Method and Description |
---|---|
GetChannelRequest |
GetChannelRequest.Builder.build()
Build the instance of GetChannelRequest as configured by this builder
|
GetChannelRequest |
GetChannelRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetChannelRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetChannelRequest.Builder |
GetChannelRequest.Builder.copy(GetChannelRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.