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