Uses of Class
com.oracle.bmc.databasemanagement.model.DropSqlTuningSetDetails
-
Packages that use DropSqlTuningSetDetails Package Description com.oracle.bmc.databasemanagement.model com.oracle.bmc.databasemanagement.requests -
-
Uses of DropSqlTuningSetDetails in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return DropSqlTuningSetDetails Modifier and Type Method Description DropSqlTuningSetDetails
DropSqlTuningSetDetails.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type DropSqlTuningSetDetails Modifier and Type Method Description DropSqlTuningSetDetails.Builder
DropSqlTuningSetDetails.Builder. copy(DropSqlTuningSetDetails model)
-
Uses of DropSqlTuningSetDetails in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return DropSqlTuningSetDetails Modifier and Type Method Description DropSqlTuningSetDetails
DropSqlTuningSetRequest. getBody$()
Alternative accessor for the body parameter.DropSqlTuningSetDetails
DropSqlTuningSetRequest. getDropSqlTuningSetDetails()
The details required to drop a Sql tuning set.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type DropSqlTuningSetDetails Modifier and Type Method Description DropSqlTuningSetRequest.Builder
DropSqlTuningSetRequest.Builder. body$(DropSqlTuningSetDetails body)
Alternative setter for the body parameter.DropSqlTuningSetRequest.Builder
DropSqlTuningSetRequest.Builder. dropSqlTuningSetDetails(DropSqlTuningSetDetails dropSqlTuningSetDetails)
The details required to drop a Sql tuning set.
-