| Package | Description |
|---|---|
| com.amazonaws.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceSetOutput |
ResourceSetOutput.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ResourceSetOutput |
ResourceSetOutput.clearTagsEntries()
Removes all the entries added into Tags.
|
ResourceSetOutput |
ResourceSetOutput.clone() |
ResourceSetOutput |
ResourceSetOutput.withResources(Collection<Resource> resources)
A list of Resource objects
|
ResourceSetOutput |
ResourceSetOutput.withResources(Resource... resources)
A list of Resource objects
|
ResourceSetOutput |
ResourceSetOutput.withResourceSetArn(String resourceSetArn)
The arn for the ResourceSet
|
ResourceSetOutput |
ResourceSetOutput.withResourceSetName(String resourceSetName)
The name of the ResourceSet
|
ResourceSetOutput |
ResourceSetOutput.withResourceSetType(String resourceSetType)
AWS Resource Type of the resources in the ResourceSet
|
ResourceSetOutput |
ResourceSetOutput.withTags(Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceSetOutput> |
ListResourceSetsResult.getResourceSets()
A list of ResourceSets associated with the account
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceSetsResult |
ListResourceSetsResult.withResourceSets(ResourceSetOutput... resourceSets)
A list of ResourceSets associated with the account
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceSetsResult.setResourceSets(Collection<ResourceSetOutput> resourceSets)
A list of ResourceSets associated with the account
|
ListResourceSetsResult |
ListResourceSetsResult.withResourceSets(Collection<ResourceSetOutput> resourceSets)
A list of ResourceSets associated with the account
|
Copyright © 2021. All rights reserved.