| Package | Description |
|---|---|
| com.amazonaws.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.clone() |
Action |
Action.withCrossRegionCopy(Collection<CrossRegionCopyAction> crossRegionCopy)
The rule for copying shared snapshots across Regions.
|
Action |
Action.withCrossRegionCopy(CrossRegionCopyAction... crossRegionCopy)
The rule for copying shared snapshots across Regions.
|
Action |
Action.withName(String name)
A descriptive name for the action.
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
PolicyDetails.getActions()
[Event-based policies only] The actions to be performed when the event-based policy is activated.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyDetails |
PolicyDetails.withActions(Action... actions)
[Event-based policies only] The actions to be performed when the event-based policy is activated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyDetails.setActions(Collection<Action> actions)
[Event-based policies only] The actions to be performed when the event-based policy is activated.
|
PolicyDetails |
PolicyDetails.withActions(Collection<Action> actions)
[Event-based policies only] The actions to be performed when the event-based policy is activated.
|
Copyright © 2022. All rights reserved.