Uses of Class
software.amazon.awssdk.services.lightsail.model.PendingMaintenanceAction
-
Packages that use PendingMaintenanceAction Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of PendingMaintenanceAction in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type PendingMaintenanceAction Modifier and Type Method Description List<PendingMaintenanceAction>RelationalDatabase. pendingMaintenanceActions()Describes the pending maintenance actions for the database.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type PendingMaintenanceAction Modifier and Type Method Description RelationalDatabase.BuilderRelationalDatabase.Builder. pendingMaintenanceActions(PendingMaintenanceAction... pendingMaintenanceActions)Describes the pending maintenance actions for the database.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type PendingMaintenanceAction Modifier and Type Method Description RelationalDatabase.BuilderRelationalDatabase.Builder. pendingMaintenanceActions(Collection<PendingMaintenanceAction> pendingMaintenanceActions)Describes the pending maintenance actions for the database.
-