| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateReplicationSetAction |
UpdateReplicationSetAction.fromAddRegionAction(AddRegionAction addRegionAction)
Create an instance of this class with
addRegionAction() initialized to the given value. |
static UpdateReplicationSetAction |
UpdateReplicationSetAction.fromAddRegionAction(Consumer<AddRegionAction.Builder> addRegionAction)
Create an instance of this class with
addRegionAction() initialized to the given value. |
static UpdateReplicationSetAction |
UpdateReplicationSetAction.fromDeleteRegionAction(Consumer<DeleteRegionAction.Builder> deleteRegionAction)
Create an instance of this class with
deleteRegionAction() initialized to the given value. |
static UpdateReplicationSetAction |
UpdateReplicationSetAction.fromDeleteRegionAction(DeleteRegionAction deleteRegionAction)
Create an instance of this class with
deleteRegionAction() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<UpdateReplicationSetAction> |
UpdateReplicationSetRequest.actions()
An action to add or delete a Region.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateReplicationSetRequest.Builder |
UpdateReplicationSetRequest.Builder.actions(UpdateReplicationSetAction... actions)
An action to add or delete a Region.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateReplicationSetRequest.Builder |
UpdateReplicationSetRequest.Builder.actions(Collection<UpdateReplicationSetAction> actions)
An action to add or delete a Region.
|
Copyright © 2023. All rights reserved.