Uses of Class
com.oracle.bmc.oda.requests.GetChannelRequest
-
Packages that use GetChannelRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of GetChannelRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return types with arguments of type GetChannelRequest Modifier and Type Method Description Waiter<GetChannelRequest,GetChannelResponse>
ManagementWaiters. forChannel(GetChannelRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetChannelRequest,GetChannelResponse>
ManagementWaiters. forChannel(GetChannelRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetChannelRequest,GetChannelResponse>
ManagementWaiters. forChannel(GetChannelRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.oda with parameters of type GetChannelRequest Modifier and Type Method Description Waiter<GetChannelRequest,GetChannelResponse>
ManagementWaiters. forChannel(GetChannelRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetChannelRequest,GetChannelResponse>
ManagementWaiters. forChannel(GetChannelRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetChannelRequest,GetChannelResponse>
ManagementWaiters. forChannel(GetChannelRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetChannelResponse
Management. getChannel(GetChannelRequest request)
Gets the specified Channel.Future<GetChannelResponse>
ManagementAsync. getChannel(GetChannelRequest request, AsyncHandler<GetChannelRequest,GetChannelResponse> handler)
Gets the specified Channel.Future<GetChannelResponse>
ManagementAsyncClient. getChannel(GetChannelRequest request, AsyncHandler<GetChannelRequest,GetChannelResponse> handler)
GetChannelResponse
ManagementClient. getChannel(GetChannelRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type GetChannelRequest Modifier and Type Method Description Future<GetChannelResponse>
ManagementAsync. getChannel(GetChannelRequest request, AsyncHandler<GetChannelRequest,GetChannelResponse> handler)
Gets the specified Channel.Future<GetChannelResponse>
ManagementAsyncClient. getChannel(GetChannelRequest request, AsyncHandler<GetChannelRequest,GetChannelResponse> handler)
-
Uses of GetChannelRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.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.oda.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.
-