Uses of Class
com.oracle.bmc.oda.responses.GetChannelResponse
-
Packages that use GetChannelResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of GetChannelResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return GetChannelResponse Modifier and Type Method Description GetChannelResponse
Management. getChannel(GetChannelRequest request)
Gets the specified Channel.GetChannelResponse
ManagementClient. getChannel(GetChannelRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type GetChannelResponse 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.Future<GetChannelResponse>
ManagementAsync. getChannel(GetChannelRequest request, AsyncHandler<GetChannelRequest,GetChannelResponse> handler)
Gets the specified Channel.Future<GetChannelResponse>
ManagementAsyncClient. getChannel(GetChannelRequest request, AsyncHandler<GetChannelRequest,GetChannelResponse> handler)
Method parameters in com.oracle.bmc.oda with type arguments of type GetChannelResponse 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 GetChannelResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return GetChannelResponse Modifier and Type Method Description GetChannelResponse
GetChannelResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.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.
-