Uses of Class
com.oracle.bmc.databasemanagement.responses.DisableCloudDbSystemDatabaseManagementResponse
-
Packages that use DisableCloudDbSystemDatabaseManagementResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of DisableCloudDbSystemDatabaseManagementResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return DisableCloudDbSystemDatabaseManagementResponse Modifier and Type Method Description DisableCloudDbSystemDatabaseManagementResponse
DbManagement. disableCloudDbSystemDatabaseManagement(DisableCloudDbSystemDatabaseManagementRequest request)
Disables Database Management service for all the components of the specified cloud DB system (except databases).DisableCloudDbSystemDatabaseManagementResponse
DbManagementClient. disableCloudDbSystemDatabaseManagement(DisableCloudDbSystemDatabaseManagementRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type DisableCloudDbSystemDatabaseManagementResponse Modifier and Type Method Description Future<DisableCloudDbSystemDatabaseManagementResponse>
DbManagementAsync. disableCloudDbSystemDatabaseManagement(DisableCloudDbSystemDatabaseManagementRequest request, AsyncHandler<DisableCloudDbSystemDatabaseManagementRequest,DisableCloudDbSystemDatabaseManagementResponse> handler)
Disables Database Management service for all the components of the specified cloud DB system (except databases).Future<DisableCloudDbSystemDatabaseManagementResponse>
DbManagementAsyncClient. disableCloudDbSystemDatabaseManagement(DisableCloudDbSystemDatabaseManagementRequest request, AsyncHandler<DisableCloudDbSystemDatabaseManagementRequest,DisableCloudDbSystemDatabaseManagementResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type DisableCloudDbSystemDatabaseManagementResponse Modifier and Type Method Description Future<DisableCloudDbSystemDatabaseManagementResponse>
DbManagementAsync. disableCloudDbSystemDatabaseManagement(DisableCloudDbSystemDatabaseManagementRequest request, AsyncHandler<DisableCloudDbSystemDatabaseManagementRequest,DisableCloudDbSystemDatabaseManagementResponse> handler)
Disables Database Management service for all the components of the specified cloud DB system (except databases).Future<DisableCloudDbSystemDatabaseManagementResponse>
DbManagementAsyncClient. disableCloudDbSystemDatabaseManagement(DisableCloudDbSystemDatabaseManagementRequest request, AsyncHandler<DisableCloudDbSystemDatabaseManagementRequest,DisableCloudDbSystemDatabaseManagementResponse> handler)
-
Uses of DisableCloudDbSystemDatabaseManagementResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return DisableCloudDbSystemDatabaseManagementResponse Modifier and Type Method Description DisableCloudDbSystemDatabaseManagementResponse
DisableCloudDbSystemDatabaseManagementResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type DisableCloudDbSystemDatabaseManagementResponse Modifier and Type Method Description DisableCloudDbSystemDatabaseManagementResponse.Builder
DisableCloudDbSystemDatabaseManagementResponse.Builder. copy(DisableCloudDbSystemDatabaseManagementResponse o)
Copy method to populate the builder with values from the given instance.
-