Uses of Class
com.oracle.bmc.mysql.responses.GetChannelStatusResponse
-
Packages that use GetChannelStatusResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of GetChannelStatusResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return GetChannelStatusResponse Modifier and Type Method Description GetChannelStatusResponseChannels. getChannelStatus(GetChannelStatusRequest request)Returns the most up-to-date status of the specified Channel.GetChannelStatusResponseChannelsClient. getChannelStatus(GetChannelStatusRequest request)Methods in com.oracle.bmc.mysql that return types with arguments of type GetChannelStatusResponse 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)Method parameters in com.oracle.bmc.mysql with type arguments of type GetChannelStatusResponse 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 GetChannelStatusResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return GetChannelStatusResponse Modifier and Type Method Description GetChannelStatusResponseGetChannelStatusResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type GetChannelStatusResponse Modifier and Type Method Description GetChannelStatusResponse.BuilderGetChannelStatusResponse.Builder. copy(GetChannelStatusResponse o)Copy method to populate the builder with values from the given instance.
-