Uses of Class
com.oracle.bmc.mysql.requests.GenerateChannelStatusRequest
-
Packages that use GenerateChannelStatusRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of GenerateChannelStatusRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type GenerateChannelStatusRequest Modifier and Type Method Description GenerateChannelStatusResponseChannels. generateChannelStatus(GenerateChannelStatusRequest request)Initiates an asynchronous request to collect the current status of the specified Channel.Future<GenerateChannelStatusResponse>ChannelsAsync. generateChannelStatus(GenerateChannelStatusRequest request, AsyncHandler<GenerateChannelStatusRequest,GenerateChannelStatusResponse> handler)Initiates an asynchronous request to collect the current status of the specified Channel.Future<GenerateChannelStatusResponse>ChannelsAsyncClient. generateChannelStatus(GenerateChannelStatusRequest request, AsyncHandler<GenerateChannelStatusRequest,GenerateChannelStatusResponse> handler)GenerateChannelStatusResponseChannelsClient. generateChannelStatus(GenerateChannelStatusRequest request)Method parameters in com.oracle.bmc.mysql with type arguments of type GenerateChannelStatusRequest Modifier and Type Method Description Future<GenerateChannelStatusResponse>ChannelsAsync. generateChannelStatus(GenerateChannelStatusRequest request, AsyncHandler<GenerateChannelStatusRequest,GenerateChannelStatusResponse> handler)Initiates an asynchronous request to collect the current status of the specified Channel.Future<GenerateChannelStatusResponse>ChannelsAsyncClient. generateChannelStatus(GenerateChannelStatusRequest request, AsyncHandler<GenerateChannelStatusRequest,GenerateChannelStatusResponse> handler) -
Uses of GenerateChannelStatusRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return GenerateChannelStatusRequest Modifier and Type Method Description GenerateChannelStatusRequestGenerateChannelStatusRequest.Builder. build()Build the instance of GenerateChannelStatusRequest as configured by this builderGenerateChannelStatusRequestGenerateChannelStatusRequest.Builder. buildWithoutInvocationCallback()Build the instance of GenerateChannelStatusRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type GenerateChannelStatusRequest Modifier and Type Method Description GenerateChannelStatusRequest.BuilderGenerateChannelStatusRequest.Builder. copy(GenerateChannelStatusRequest o)Copy method to populate the builder with values from the given instance.
-