| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
LifecyclePolicyResourceSelection |
LifecyclePolicyResourceSelection.addTagMapEntry(String key,
String value)
Add a single TagMap entry
|
LifecyclePolicyResourceSelection |
LifecyclePolicyResourceSelection.clearTagMapEntries()
Removes all the entries added into TagMap.
|
LifecyclePolicyResourceSelection |
LifecyclePolicyResourceSelection.clone() |
LifecyclePolicyResourceSelection |
UpdateLifecyclePolicyRequest.getResourceSelection()
Selection criteria for resources that the lifecycle policy applies to.
|
LifecyclePolicyResourceSelection |
CreateLifecyclePolicyRequest.getResourceSelection()
Selection criteria for the resources that the lifecycle policy applies to.
|
LifecyclePolicyResourceSelection |
LifecyclePolicy.getResourceSelection()
Resource selection criteria used to run the lifecycle policy.
|
LifecyclePolicyResourceSelection |
LifecyclePolicyResourceSelection.withRecipes(Collection<LifecyclePolicyResourceSelectionRecipe> recipes)
A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.
|
LifecyclePolicyResourceSelection |
LifecyclePolicyResourceSelection.withRecipes(LifecyclePolicyResourceSelectionRecipe... recipes)
A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.
|
LifecyclePolicyResourceSelection |
LifecyclePolicyResourceSelection.withTagMap(Map<String,String> tagMap)
A list of tags that are used as selection criteria for the Image Builder image resources that the lifecycle
policy applies to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLifecyclePolicyRequest.setResourceSelection(LifecyclePolicyResourceSelection resourceSelection)
Selection criteria for resources that the lifecycle policy applies to.
|
void |
CreateLifecyclePolicyRequest.setResourceSelection(LifecyclePolicyResourceSelection resourceSelection)
Selection criteria for the resources that the lifecycle policy applies to.
|
void |
LifecyclePolicy.setResourceSelection(LifecyclePolicyResourceSelection resourceSelection)
Resource selection criteria used to run the lifecycle policy.
|
UpdateLifecyclePolicyRequest |
UpdateLifecyclePolicyRequest.withResourceSelection(LifecyclePolicyResourceSelection resourceSelection)
Selection criteria for resources that the lifecycle policy applies to.
|
CreateLifecyclePolicyRequest |
CreateLifecyclePolicyRequest.withResourceSelection(LifecyclePolicyResourceSelection resourceSelection)
Selection criteria for the resources that the lifecycle policy applies to.
|
LifecyclePolicy |
LifecyclePolicy.withResourceSelection(LifecyclePolicyResourceSelection resourceSelection)
Resource selection criteria used to run the lifecycle policy.
|
Copyright © 2024. All rights reserved.