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