Package | Description |
---|---|
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Field and Description |
---|---|
private ResourceTagSet |
ListTagsForResourceResult.resourceTagSet
A
ResourceTagSet containing tags associated with the
specified resource. |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ResourceTagSet> |
ListTagsForResourcesResult.resourceTagSets
A list of
ResourceTagSet s containing tags associated with
the specified resources. |
Modifier and Type | Method and Description |
---|---|
ResourceTagSet |
ResourceTagSet.clone() |
ResourceTagSet |
ListTagsForResourceResult.getResourceTagSet()
A
ResourceTagSet containing tags associated with the
specified resource. |
ResourceTagSet |
ResourceTagSet.withResourceId(java.lang.String resourceId)
The ID for the specified resource.
|
ResourceTagSet |
ResourceTagSet.withResourceType(java.lang.String resourceType)
The type of the resource.
|
ResourceTagSet |
ResourceTagSet.withResourceType(TagResourceType resourceType)
The type of the resource.
|
ResourceTagSet |
ResourceTagSet.withTags(java.util.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 |
---|---|
java.util.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(java.util.Collection<ResourceTagSet> resourceTagSets)
A list of
ResourceTagSet s containing tags associated with
the specified resources. |
ListTagsForResourcesResult |
ListTagsForResourcesResult.withResourceTagSets(java.util.Collection<ResourceTagSet> resourceTagSets)
A list of
ResourceTagSet s containing tags associated with
the specified resources. |
Modifier and Type | Method and Description |
---|---|
ResourceTagSet |
ResourceTagSetStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |