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