Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
ResourceTagSet |
ResourceTagSet.clone() |
ResourceTagSet |
ListTagsForResourceResult.getResourceTagSet()
A
ResourceTagSet containing tags associated with the
specified resource. |
ResourceTagSet |
ResourceTagSet.withResourceId(String resourceId)
The ID for the specified resource.
|
ResourceTagSet |
ResourceTagSet.withResourceType(String resourceType)
The type of the resource.
|
ResourceTagSet |
ResourceTagSet.withResourceType(TagResourceType resourceType)
The type of the resource.
|
ResourceTagSet |
ResourceTagSet.withTags(Collection<Tag> tags)
The tags associated with the specified resource.
|
ResourceTagSet |
ResourceTagSet.withTags(Tag... tags)
The tags associated with the specified resource.
|
Modifier and Type | Method and Description |
---|---|
List<ResourceTagSet> |
ListTagsForResourcesResult.getResourceTagSets()
A list of
ResourceTagSet s containing tags associated with
the specified resources. |
Modifier and Type | Method and Description |
---|---|
void |
ListTagsForResourceResult.setResourceTagSet(ResourceTagSet resourceTagSet)
A
ResourceTagSet containing tags associated with the
specified resource. |
ListTagsForResourceResult |
ListTagsForResourceResult.withResourceTagSet(ResourceTagSet resourceTagSet)
A
ResourceTagSet containing tags associated with the
specified resource. |
ListTagsForResourcesResult |
ListTagsForResourcesResult.withResourceTagSets(ResourceTagSet... resourceTagSets)
A list of
ResourceTagSet s containing tags associated with
the specified resources. |
Modifier and Type | Method and Description |
---|---|
void |
ListTagsForResourcesResult.setResourceTagSets(Collection<ResourceTagSet> resourceTagSets)
A list of
ResourceTagSet s containing tags associated with
the specified resources. |
ListTagsForResourcesResult |
ListTagsForResourcesResult.withResourceTagSets(Collection<ResourceTagSet> resourceTagSets)
A list of
ResourceTagSet s containing tags associated with
the specified resources. |
Copyright © 2018. All rights reserved.