| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceTag |
ResourceTag.clone() |
ResourceTag |
ResourceTag.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
ResourceTag |
ResourceTag.withTags(Collection<Tag> tags)
The tags.
|
ResourceTag |
ResourceTag.withTags(Tag... tags)
The tags.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceTag> |
DescribeTagsResult.getResourceTags()
Information about the tags.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsResult |
DescribeTagsResult.withResourceTags(ResourceTag... resourceTags)
Information about the tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTagsResult.setResourceTags(Collection<ResourceTag> resourceTags)
Information about the tags.
|
DescribeTagsResult |
DescribeTagsResult.withResourceTags(Collection<ResourceTag> resourceTags)
Information about the tags.
|
Copyright © 2024. All rights reserved.