Uses of Class
com.oracle.bmc.databasemanagement.responses.ChangeSqlPlanBaselinesAttributesResponse
-
Packages that use ChangeSqlPlanBaselinesAttributesResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ChangeSqlPlanBaselinesAttributesResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ChangeSqlPlanBaselinesAttributesResponse Modifier and Type Method Description ChangeSqlPlanBaselinesAttributesResponse
DbManagement. changeSqlPlanBaselinesAttributes(ChangeSqlPlanBaselinesAttributesRequest request)
Changes one or more attributes of a single plan or all plans associated with a SQL statement.ChangeSqlPlanBaselinesAttributesResponse
DbManagementClient. changeSqlPlanBaselinesAttributes(ChangeSqlPlanBaselinesAttributesRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ChangeSqlPlanBaselinesAttributesResponse Modifier and Type Method Description Future<ChangeSqlPlanBaselinesAttributesResponse>
DbManagementAsync. changeSqlPlanBaselinesAttributes(ChangeSqlPlanBaselinesAttributesRequest request, AsyncHandler<ChangeSqlPlanBaselinesAttributesRequest,ChangeSqlPlanBaselinesAttributesResponse> handler)
Changes one or more attributes of a single plan or all plans associated with a SQL statement.Future<ChangeSqlPlanBaselinesAttributesResponse>
DbManagementAsyncClient. changeSqlPlanBaselinesAttributes(ChangeSqlPlanBaselinesAttributesRequest request, AsyncHandler<ChangeSqlPlanBaselinesAttributesRequest,ChangeSqlPlanBaselinesAttributesResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ChangeSqlPlanBaselinesAttributesResponse Modifier and Type Method Description Future<ChangeSqlPlanBaselinesAttributesResponse>
DbManagementAsync. changeSqlPlanBaselinesAttributes(ChangeSqlPlanBaselinesAttributesRequest request, AsyncHandler<ChangeSqlPlanBaselinesAttributesRequest,ChangeSqlPlanBaselinesAttributesResponse> handler)
Changes one or more attributes of a single plan or all plans associated with a SQL statement.Future<ChangeSqlPlanBaselinesAttributesResponse>
DbManagementAsyncClient. changeSqlPlanBaselinesAttributes(ChangeSqlPlanBaselinesAttributesRequest request, AsyncHandler<ChangeSqlPlanBaselinesAttributesRequest,ChangeSqlPlanBaselinesAttributesResponse> handler)
-
Uses of ChangeSqlPlanBaselinesAttributesResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ChangeSqlPlanBaselinesAttributesResponse Modifier and Type Method Description ChangeSqlPlanBaselinesAttributesResponse
ChangeSqlPlanBaselinesAttributesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ChangeSqlPlanBaselinesAttributesResponse Modifier and Type Method Description ChangeSqlPlanBaselinesAttributesResponse.Builder
ChangeSqlPlanBaselinesAttributesResponse.Builder. copy(ChangeSqlPlanBaselinesAttributesResponse o)
Copy method to populate the builder with values from the given instance.
-