Uses of Class
com.oracle.bmc.database.model.RecommendedScheduledActionSummary
-
Packages that use RecommendedScheduledActionSummary Package Description com.oracle.bmc.database com.oracle.bmc.database.model -
-
Uses of RecommendedScheduledActionSummary in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type RecommendedScheduledActionSummary Modifier and Type Method Description Iterable<RecommendedScheduledActionSummary>
DatabasePaginators. listRecommendedScheduledActionsRecordIterator(ListRecommendedScheduledActionsRequest request)
Creates a new iterable which will iterate over theRecommendedScheduledActionSummary
objects contained in responses from the listRecommendedScheduledActions operation. -
Uses of RecommendedScheduledActionSummary in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return RecommendedScheduledActionSummary Modifier and Type Method Description RecommendedScheduledActionSummary
RecommendedScheduledActionSummary.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type RecommendedScheduledActionSummary Modifier and Type Method Description List<RecommendedScheduledActionSummary>
RecommendedScheduledActionsCollection. getItems()
List of scheduled actions.Methods in com.oracle.bmc.database.model with parameters of type RecommendedScheduledActionSummary Modifier and Type Method Description RecommendedScheduledActionSummary.Builder
RecommendedScheduledActionSummary.Builder. copy(RecommendedScheduledActionSummary model)
Method parameters in com.oracle.bmc.database.model with type arguments of type RecommendedScheduledActionSummary Modifier and Type Method Description RecommendedScheduledActionsCollection.Builder
RecommendedScheduledActionsCollection.Builder. items(List<RecommendedScheduledActionSummary> items)
List of scheduled actions.Constructor parameters in com.oracle.bmc.database.model with type arguments of type RecommendedScheduledActionSummary Constructor Description RecommendedScheduledActionsCollection(List<RecommendedScheduledActionSummary> items)
Deprecated.
-