Uses of Class
com.oracle.bmc.databasemanagement.responses.ConfigureAutomaticSpmEvolveAdvisorTaskResponse
-
Packages that use ConfigureAutomaticSpmEvolveAdvisorTaskResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ConfigureAutomaticSpmEvolveAdvisorTaskResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ConfigureAutomaticSpmEvolveAdvisorTaskResponse Modifier and Type Method Description ConfigureAutomaticSpmEvolveAdvisorTaskResponse
DbManagement. configureAutomaticSpmEvolveAdvisorTask(ConfigureAutomaticSpmEvolveAdvisorTaskRequest request)
Configures the Automatic SPM Evolve Advisor taskSYS_AUTO_SPM_EVOLVE_TASK
by specifying task parameters.ConfigureAutomaticSpmEvolveAdvisorTaskResponse
DbManagementClient. configureAutomaticSpmEvolveAdvisorTask(ConfigureAutomaticSpmEvolveAdvisorTaskRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ConfigureAutomaticSpmEvolveAdvisorTaskResponse Modifier and Type Method Description Future<ConfigureAutomaticSpmEvolveAdvisorTaskResponse>
DbManagementAsync. configureAutomaticSpmEvolveAdvisorTask(ConfigureAutomaticSpmEvolveAdvisorTaskRequest request, AsyncHandler<ConfigureAutomaticSpmEvolveAdvisorTaskRequest,ConfigureAutomaticSpmEvolveAdvisorTaskResponse> handler)
Configures the Automatic SPM Evolve Advisor taskSYS_AUTO_SPM_EVOLVE_TASK
by specifying task parameters.Future<ConfigureAutomaticSpmEvolveAdvisorTaskResponse>
DbManagementAsyncClient. configureAutomaticSpmEvolveAdvisorTask(ConfigureAutomaticSpmEvolveAdvisorTaskRequest request, AsyncHandler<ConfigureAutomaticSpmEvolveAdvisorTaskRequest,ConfigureAutomaticSpmEvolveAdvisorTaskResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ConfigureAutomaticSpmEvolveAdvisorTaskResponse Modifier and Type Method Description Future<ConfigureAutomaticSpmEvolveAdvisorTaskResponse>
DbManagementAsync. configureAutomaticSpmEvolveAdvisorTask(ConfigureAutomaticSpmEvolveAdvisorTaskRequest request, AsyncHandler<ConfigureAutomaticSpmEvolveAdvisorTaskRequest,ConfigureAutomaticSpmEvolveAdvisorTaskResponse> handler)
Configures the Automatic SPM Evolve Advisor taskSYS_AUTO_SPM_EVOLVE_TASK
by specifying task parameters.Future<ConfigureAutomaticSpmEvolveAdvisorTaskResponse>
DbManagementAsyncClient. configureAutomaticSpmEvolveAdvisorTask(ConfigureAutomaticSpmEvolveAdvisorTaskRequest request, AsyncHandler<ConfigureAutomaticSpmEvolveAdvisorTaskRequest,ConfigureAutomaticSpmEvolveAdvisorTaskResponse> handler)
-
Uses of ConfigureAutomaticSpmEvolveAdvisorTaskResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ConfigureAutomaticSpmEvolveAdvisorTaskResponse Modifier and Type Method Description ConfigureAutomaticSpmEvolveAdvisorTaskResponse
ConfigureAutomaticSpmEvolveAdvisorTaskResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ConfigureAutomaticSpmEvolveAdvisorTaskResponse Modifier and Type Method Description ConfigureAutomaticSpmEvolveAdvisorTaskResponse.Builder
ConfigureAutomaticSpmEvolveAdvisorTaskResponse.Builder. copy(ConfigureAutomaticSpmEvolveAdvisorTaskResponse o)
Copy method to populate the builder with values from the given instance.
-