| Package | Description |
|---|---|
| com.amazonaws.services.fis.model |
| Modifier and Type | Method and Description |
|---|---|
ActionTarget |
ActionTarget.clone() |
ActionTarget |
ActionTarget.withResourceType(String resourceType)
The resource type of the target.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ActionTarget> |
ActionSummary.getTargets()
The targets for the action.
|
Map<String,ActionTarget> |
Action.getTargets()
The supported targets for the action.
|
| Modifier and Type | Method and Description |
|---|---|
ActionSummary |
ActionSummary.addTargetsEntry(String key,
ActionTarget value)
Add a single Targets entry
|
Action |
Action.addTargetsEntry(String key,
ActionTarget value)
Add a single Targets entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionSummary.setTargets(Map<String,ActionTarget> targets)
The targets for the action.
|
void |
Action.setTargets(Map<String,ActionTarget> targets)
The supported targets for the action.
|
ActionSummary |
ActionSummary.withTargets(Map<String,ActionTarget> targets)
The targets for the action.
|
Action |
Action.withTargets(Map<String,ActionTarget> targets)
The supported targets for the action.
|
Copyright © 2023. All rights reserved.