Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PendingMaintenanceAction> |
ResourcePendingMaintenanceActions.pendingMaintenanceActionDetails
A list that provides details about the pending maintenance actions for
the resource.
|
Modifier and Type | Method and Description |
---|---|
PendingMaintenanceAction |
PendingMaintenanceAction.clone() |
PendingMaintenanceAction |
PendingMaintenanceAction.withAction(java.lang.String action)
The type of pending maintenance action that is available for the
resource.
|
PendingMaintenanceAction |
PendingMaintenanceAction.withAutoAppliedAfterDate(java.util.Date autoAppliedAfterDate)
The date of the maintenance window when the action will be applied.
|
PendingMaintenanceAction |
PendingMaintenanceAction.withCurrentApplyDate(java.util.Date currentApplyDate)
The effective date when the pending maintenance action will be applied to
the resource.
|
PendingMaintenanceAction |
PendingMaintenanceAction.withDescription(java.lang.String description)
A description providing more detail about the maintenance action.
|
PendingMaintenanceAction |
PendingMaintenanceAction.withForcedApplyDate(java.util.Date forcedApplyDate)
The date when the maintenance action will be automatically applied.
|
PendingMaintenanceAction |
PendingMaintenanceAction.withOptInStatus(java.lang.String optInStatus)
Indicates the type of opt-in request that has been received for the
resource.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PendingMaintenanceAction> |
ResourcePendingMaintenanceActions.getPendingMaintenanceActionDetails()
A list that provides details about the pending maintenance actions for
the resource.
|
Modifier and Type | Method and Description |
---|---|
ResourcePendingMaintenanceActions |
ResourcePendingMaintenanceActions.withPendingMaintenanceActionDetails(PendingMaintenanceAction... pendingMaintenanceActionDetails)
A list that provides details about the pending maintenance actions for
the resource.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourcePendingMaintenanceActions.setPendingMaintenanceActionDetails(java.util.Collection<PendingMaintenanceAction> pendingMaintenanceActionDetails)
A list that provides details about the pending maintenance actions for
the resource.
|
ResourcePendingMaintenanceActions |
ResourcePendingMaintenanceActions.withPendingMaintenanceActionDetails(java.util.Collection<PendingMaintenanceAction> pendingMaintenanceActionDetails)
A list that provides details about the pending maintenance actions for
the resource.
|
Modifier and Type | Method and Description |
---|---|
PendingMaintenanceAction |
PendingMaintenanceActionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |