Uses of Class
com.oracle.bmc.mysql.responses.GetChannelResponse
-
Packages that use GetChannelResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of GetChannelResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return GetChannelResponse Modifier and Type Method Description 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.GetChannelResponse
ChannelsClient. getChannel(GetChannelRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type GetChannelResponse Modifier and Type Method Description Waiter<GetChannelRequest,GetChannelResponse>
ChannelsWaiters. forChannel(GetChannelRequest request, Channel.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetChannelRequest,GetChannelResponse>
ChannelsWaiters. forChannel(GetChannelRequest request, Channel.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetChannelRequest,GetChannelResponse>
ChannelsWaiters. forChannel(GetChannelRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Channel.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.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.Future<GetChannelResponse>
ChannelsAsyncClient. getChannel(GetChannelRequest request, AsyncHandler<GetChannelRequest,GetChannelResponse> handler)
Method parameters in com.oracle.bmc.mysql with type arguments of type GetChannelResponse Modifier and Type Method Description 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.Future<GetChannelResponse>
ChannelsAsyncClient. getChannel(GetChannelRequest request, AsyncHandler<GetChannelRequest,GetChannelResponse> handler)
-
Uses of GetChannelResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return GetChannelResponse Modifier and Type Method Description GetChannelResponse
GetChannelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type GetChannelResponse Modifier and Type Method Description GetChannelResponse.Builder
GetChannelResponse.Builder. copy(GetChannelResponse o)
Copy method to populate the builder with values from the given instance.
-