| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag key.
|
Tag |
Tag.withValue(String value)
The tag value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResult.getTagList()
The list of tags.
|
List<Tag> |
GlobalNetwork.getTags()
The tags for the global network.
|
List<Tag> |
CreateSiteRequest.getTags()
The tags to apply to the resource during creation.
|
List<Tag> |
CreateGlobalNetworkRequest.getTags()
The tags to apply to the resource during creation.
|
List<Tag> |
Link.getTags()
The tags for the link.
|
List<Tag> |
TagResourceRequest.getTags()
The tags to apply to the specified resource.
|
List<Tag> |
CreateDeviceRequest.getTags()
The tags to apply to the resource during creation.
|
List<Tag> |
Site.getTags()
The tags for the site.
|
List<Tag> |
CreateConnectionRequest.getTags()
The tags to apply to the resource during creation.
|
List<Tag> |
Device.getTags()
The tags for the device.
|
List<Tag> |
CreateLinkRequest.getTags()
The tags to apply to the resource during creation.
|
List<Tag> |
Connection.getTags()
The tags for the connection.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Tag... tagList)
The list of tags.
|
GlobalNetwork |
GlobalNetwork.withTags(Tag... tags)
The tags for the global network.
|
CreateSiteRequest |
CreateSiteRequest.withTags(Tag... tags)
The tags to apply to the resource during creation.
|
CreateGlobalNetworkRequest |
CreateGlobalNetworkRequest.withTags(Tag... tags)
The tags to apply to the resource during creation.
|
Link |
Link.withTags(Tag... tags)
The tags for the link.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to apply to the specified resource.
|
CreateDeviceRequest |
CreateDeviceRequest.withTags(Tag... tags)
The tags to apply to the resource during creation.
|
Site |
Site.withTags(Tag... tags)
The tags for the site.
|
CreateConnectionRequest |
CreateConnectionRequest.withTags(Tag... tags)
The tags to apply to the resource during creation.
|
Device |
Device.withTags(Tag... tags)
The tags for the device.
|
CreateLinkRequest |
CreateLinkRequest.withTags(Tag... tags)
The tags to apply to the resource during creation.
|
Connection |
Connection.withTags(Tag... tags)
The tags for the connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTagsForResourceResult.setTagList(Collection<Tag> tagList)
The list of tags.
|
void |
GlobalNetwork.setTags(Collection<Tag> tags)
The tags for the global network.
|
void |
CreateSiteRequest.setTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
void |
CreateGlobalNetworkRequest.setTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
void |
Link.setTags(Collection<Tag> tags)
The tags for the link.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags to apply to the specified resource.
|
void |
CreateDeviceRequest.setTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
void |
Site.setTags(Collection<Tag> tags)
The tags for the site.
|
void |
CreateConnectionRequest.setTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
void |
Device.setTags(Collection<Tag> tags)
The tags for the device.
|
void |
CreateLinkRequest.setTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
void |
Connection.setTags(Collection<Tag> tags)
The tags for the connection.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTagList(Collection<Tag> tagList)
The list of tags.
|
GlobalNetwork |
GlobalNetwork.withTags(Collection<Tag> tags)
The tags for the global network.
|
CreateSiteRequest |
CreateSiteRequest.withTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
CreateGlobalNetworkRequest |
CreateGlobalNetworkRequest.withTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
Link |
Link.withTags(Collection<Tag> tags)
The tags for the link.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to apply to the specified resource.
|
CreateDeviceRequest |
CreateDeviceRequest.withTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
Site |
Site.withTags(Collection<Tag> tags)
The tags for the site.
|
CreateConnectionRequest |
CreateConnectionRequest.withTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
Device |
Device.withTags(Collection<Tag> tags)
The tags for the device.
|
CreateLinkRequest |
CreateLinkRequest.withTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
Connection |
Connection.withTags(Collection<Tag> tags)
The tags for the connection.
|
Copyright © 2021. All rights reserved.