Uses of Class
software.amazon.awssdk.services.rds.model.PendingMaintenanceAction
-
Packages that use PendingMaintenanceAction Package Description software.amazon.awssdk.services.rds.model -
-
Uses of PendingMaintenanceAction in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type PendingMaintenanceAction Modifier and Type Method Description List<PendingMaintenanceAction>ResourcePendingMaintenanceActions. pendingMaintenanceActionDetails()A list that provides details about the pending maintenance actions for the resource.Methods in software.amazon.awssdk.services.rds.model with parameters of type PendingMaintenanceAction Modifier and Type Method Description ResourcePendingMaintenanceActions.BuilderResourcePendingMaintenanceActions.Builder. pendingMaintenanceActionDetails(PendingMaintenanceAction... pendingMaintenanceActionDetails)A list that provides details about the pending maintenance actions for the resource.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type PendingMaintenanceAction Modifier and Type Method Description ResourcePendingMaintenanceActions.BuilderResourcePendingMaintenanceActions.Builder. pendingMaintenanceActionDetails(Collection<PendingMaintenanceAction> pendingMaintenanceActionDetails)A list that provides details about the pending maintenance actions for the resource.
-