Uses of Class
com.oracle.bmc.databasemanagement.responses.DisableCloudDbSystemStackMonitoringResponse
-
Packages that use DisableCloudDbSystemStackMonitoringResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of DisableCloudDbSystemStackMonitoringResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return DisableCloudDbSystemStackMonitoringResponse Modifier and Type Method Description DisableCloudDbSystemStackMonitoringResponse
DbManagement. disableCloudDbSystemStackMonitoring(DisableCloudDbSystemStackMonitoringRequest request)
Disables Stack Monitoring for all the components of the specified cloud DB system (except databases).DisableCloudDbSystemStackMonitoringResponse
DbManagementClient. disableCloudDbSystemStackMonitoring(DisableCloudDbSystemStackMonitoringRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type DisableCloudDbSystemStackMonitoringResponse 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)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DisableCloudDbSystemStackMonitoringResponse 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 DisableCloudDbSystemStackMonitoringResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return DisableCloudDbSystemStackMonitoringResponse Modifier and Type Method Description DisableCloudDbSystemStackMonitoringResponse
DisableCloudDbSystemStackMonitoringResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type DisableCloudDbSystemStackMonitoringResponse Modifier and Type Method Description DisableCloudDbSystemStackMonitoringResponse.Builder
DisableCloudDbSystemStackMonitoringResponse.Builder. copy(DisableCloudDbSystemStackMonitoringResponse o)
Copy method to populate the builder with values from the given instance.
-