Uses of Class
com.oracle.bmc.databasemanagement.requests.DisableCloudDbSystemStackMonitoringRequest
-
Packages that use DisableCloudDbSystemStackMonitoringRequest Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.requests -
-
Uses of DisableCloudDbSystemStackMonitoringRequest in com.oracle.bmc.databasemanagement
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DisableCloudDbSystemStackMonitoringRequest Modifier and Type Method Description Future<DisableCloudDbSystemStackMonitoringResponse>
DbManagementAsync. disableCloudDbSystemStackMonitoring(DisableCloudDbSystemStackMonitoringRequest request, AsyncHandler<DisableCloudDbSystemStackMonitoringRequest,DisableCloudDbSystemStackMonitoringResponse> handler)
Disables Stack Monitoring for all the components of the specified cloud DB system (except databases).Future<DisableCloudDbSystemStackMonitoringResponse>
DbManagementAsyncClient. disableCloudDbSystemStackMonitoring(DisableCloudDbSystemStackMonitoringRequest request, AsyncHandler<DisableCloudDbSystemStackMonitoringRequest,DisableCloudDbSystemStackMonitoringResponse> handler)
-
Uses of DisableCloudDbSystemStackMonitoringRequest in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return DisableCloudDbSystemStackMonitoringRequest Modifier and Type Method Description DisableCloudDbSystemStackMonitoringRequest
DisableCloudDbSystemStackMonitoringRequest.Builder. build()
Build the instance of DisableCloudDbSystemStackMonitoringRequest as configured by this builderDisableCloudDbSystemStackMonitoringRequest
DisableCloudDbSystemStackMonitoringRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DisableCloudDbSystemStackMonitoringRequest as configured by this builderMethods in com.oracle.bmc.databasemanagement.requests with parameters of type DisableCloudDbSystemStackMonitoringRequest Modifier and Type Method Description DisableCloudDbSystemStackMonitoringRequest.Builder
DisableCloudDbSystemStackMonitoringRequest.Builder. copy(DisableCloudDbSystemStackMonitoringRequest o)
Copy method to populate the builder with values from the given instance.
-