Uses of Class
com.oracle.bmc.mysql.requests.GetChannelRequest
-
Packages that use GetChannelRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of GetChannelRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return types with arguments of type GetChannelRequest 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.Methods in com.oracle.bmc.mysql with parameters of type GetChannelRequest 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.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>
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)
GetChannelResponse
ChannelsClient. getChannel(GetChannelRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type GetChannelRequest 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 GetChannelRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return GetChannelRequest Modifier and Type Method Description GetChannelRequest
GetChannelRequest.Builder. build()
Build the instance of GetChannelRequest as configured by this builderGetChannelRequest
GetChannelRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetChannelRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type GetChannelRequest Modifier and Type Method Description GetChannelRequest.Builder
GetChannelRequest.Builder. copy(GetChannelRequest o)
Copy method to populate the builder with values from the given instance.
-