Uses of Class
software.amazon.awssdk.services.rds.model.PendingMaintenanceAction
Packages that use PendingMaintenanceAction
-
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 PendingMaintenanceActionModifier and TypeMethodDescriptionfinal 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 PendingMaintenanceActionModifier and TypeMethodDescriptionResourcePendingMaintenanceActions.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 PendingMaintenanceActionModifier and TypeMethodDescriptionResourcePendingMaintenanceActions.Builder.pendingMaintenanceActionDetails(Collection<PendingMaintenanceAction> pendingMaintenanceActionDetails) A list that provides details about the pending maintenance actions for the resource.