| Package | Description |
|---|---|
| com.amazonaws.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
PendingMaintenanceAction |
PendingMaintenanceAction.clone() |
PendingMaintenanceAction |
PendingMaintenanceAction.withAction(String action)
The type of pending maintenance action that is available for the resource.
|
PendingMaintenanceAction |
PendingMaintenanceAction.withAutoAppliedAfterDate(Date autoAppliedAfterDate)
The date of the maintenance window when the action is applied.
|
PendingMaintenanceAction |
PendingMaintenanceAction.withCurrentApplyDate(Date currentApplyDate)
The effective date when the pending maintenance action is applied to the resource.
|
PendingMaintenanceAction |
PendingMaintenanceAction.withDescription(String description)
A description providing more detail about the maintenance action.
|
PendingMaintenanceAction |
PendingMaintenanceAction.withForcedApplyDate(Date forcedApplyDate)
The date when the maintenance action is automatically applied.
|
PendingMaintenanceAction |
PendingMaintenanceAction.withOptInStatus(String optInStatus)
Indicates the type of opt-in request that has been received for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
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(Collection<PendingMaintenanceAction> pendingMaintenanceActionDetails)
A list that provides details about the pending maintenance actions for the resource.
|
ResourcePendingMaintenanceActions |
ResourcePendingMaintenanceActions.withPendingMaintenanceActionDetails(Collection<PendingMaintenanceAction> pendingMaintenanceActionDetails)
A list that provides details about the pending maintenance actions for the resource.
|
Copyright © 2023. All rights reserved.