Uses of Class
com.oracle.bmc.mysql.requests.GenerateDbSystemStatusRequest
-
Packages that use GenerateDbSystemStatusRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of GenerateDbSystemStatusRequest in com.oracle.bmc.mysql
Method parameters in com.oracle.bmc.mysql with type arguments of type GenerateDbSystemStatusRequest Modifier and Type Method Description Future<GenerateDbSystemStatusResponse>DbSystemAsync. generateDbSystemStatus(GenerateDbSystemStatusRequest request, AsyncHandler<GenerateDbSystemStatusRequest,GenerateDbSystemStatusResponse> handler)Initiates an asynchronous request to collect the current status of the specified DB System, including the status of any attached Channels (if requested).Future<GenerateDbSystemStatusResponse>DbSystemAsyncClient. generateDbSystemStatus(GenerateDbSystemStatusRequest request, AsyncHandler<GenerateDbSystemStatusRequest,GenerateDbSystemStatusResponse> handler) -
Uses of GenerateDbSystemStatusRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return GenerateDbSystemStatusRequest Modifier and Type Method Description GenerateDbSystemStatusRequestGenerateDbSystemStatusRequest.Builder. build()Build the instance of GenerateDbSystemStatusRequest as configured by this builderGenerateDbSystemStatusRequestGenerateDbSystemStatusRequest.Builder. buildWithoutInvocationCallback()Build the instance of GenerateDbSystemStatusRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type GenerateDbSystemStatusRequest Modifier and Type Method Description GenerateDbSystemStatusRequest.BuilderGenerateDbSystemStatusRequest.Builder. copy(GenerateDbSystemStatusRequest o)Copy method to populate the builder with values from the given instance.
-