Uses of Class
com.amazonaws.services.rds.model.PendingMaintenanceAction
-
Packages that use PendingMaintenanceAction Package Description com.amazonaws.services.rds.model -
-
Uses of PendingMaintenanceAction in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return PendingMaintenanceAction Modifier and Type Method Description PendingMaintenanceActionPendingMaintenanceAction. clone()PendingMaintenanceActionPendingMaintenanceAction. withAction(String action)The type of pending maintenance action that is available for the resource.PendingMaintenanceActionPendingMaintenanceAction. withAutoAppliedAfterDate(Date autoAppliedAfterDate)The date of the maintenance window when the action will be applied.PendingMaintenanceActionPendingMaintenanceAction. withCurrentApplyDate(Date currentApplyDate)The effective date when the pending maintenance action will be applied to the resource.PendingMaintenanceActionPendingMaintenanceAction. withDescription(String description)A description providing more detail about the maintenance action.PendingMaintenanceActionPendingMaintenanceAction. withForcedApplyDate(Date forcedApplyDate)The date when the maintenance action will be automatically applied.PendingMaintenanceActionPendingMaintenanceAction. withOptInStatus(String optInStatus)Indicates the type of opt-in request that has been received for the resource.Methods in com.amazonaws.services.rds.model that return types with arguments of type PendingMaintenanceAction Modifier and Type Method Description List<PendingMaintenanceAction>ResourcePendingMaintenanceActions. getPendingMaintenanceActionDetails()A list that provides details about the pending maintenance actions for the resource.Methods in com.amazonaws.services.rds.model with parameters of type PendingMaintenanceAction Modifier and Type Method Description ResourcePendingMaintenanceActionsResourcePendingMaintenanceActions. withPendingMaintenanceActionDetails(PendingMaintenanceAction... pendingMaintenanceActionDetails)A list that provides details about the pending maintenance actions for the resource.Method parameters in com.amazonaws.services.rds.model with type arguments of type PendingMaintenanceAction Modifier and Type Method Description voidResourcePendingMaintenanceActions. setPendingMaintenanceActionDetails(Collection<PendingMaintenanceAction> pendingMaintenanceActionDetails)A list that provides details about the pending maintenance actions for the resource.ResourcePendingMaintenanceActionsResourcePendingMaintenanceActions. withPendingMaintenanceActionDetails(Collection<PendingMaintenanceAction> pendingMaintenanceActionDetails)A list that provides details about the pending maintenance actions for the resource.
-