Uses of Class
com.oracle.bmc.mysql.requests.GetChannelStatusRequest
-
Packages that use GetChannelStatusRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of GetChannelStatusRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type GetChannelStatusRequest Modifier and Type Method Description GetChannelStatusResponseChannels. getChannelStatus(GetChannelStatusRequest request)Returns the most up-to-date status of the specified Channel.Future<GetChannelStatusResponse>ChannelsAsync. getChannelStatus(GetChannelStatusRequest request, AsyncHandler<GetChannelStatusRequest,GetChannelStatusResponse> handler)Returns the most up-to-date status of the specified Channel.Future<GetChannelStatusResponse>ChannelsAsyncClient. getChannelStatus(GetChannelStatusRequest request, AsyncHandler<GetChannelStatusRequest,GetChannelStatusResponse> handler)GetChannelStatusResponseChannelsClient. getChannelStatus(GetChannelStatusRequest request)Method parameters in com.oracle.bmc.mysql with type arguments of type GetChannelStatusRequest Modifier and Type Method Description Future<GetChannelStatusResponse>ChannelsAsync. getChannelStatus(GetChannelStatusRequest request, AsyncHandler<GetChannelStatusRequest,GetChannelStatusResponse> handler)Returns the most up-to-date status of the specified Channel.Future<GetChannelStatusResponse>ChannelsAsyncClient. getChannelStatus(GetChannelStatusRequest request, AsyncHandler<GetChannelStatusRequest,GetChannelStatusResponse> handler) -
Uses of GetChannelStatusRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return GetChannelStatusRequest Modifier and Type Method Description GetChannelStatusRequestGetChannelStatusRequest.Builder. build()Build the instance of GetChannelStatusRequest as configured by this builderGetChannelStatusRequestGetChannelStatusRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetChannelStatusRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type GetChannelStatusRequest Modifier and Type Method Description GetChannelStatusRequest.BuilderGetChannelStatusRequest.Builder. copy(GetChannelStatusRequest o)Copy method to populate the builder with values from the given instance.
-