| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.tagList()
The list of tags.
|
List<Tag> |
CreateSiteRequest.tags()
The tags to apply to the resource during creation.
|
List<Tag> |
Link.tags()
The tags for the link.
|
List<Tag> |
CreateLinkRequest.tags()
The tags to apply to the resource during creation.
|
List<Tag> |
Site.tags()
The tags for the site.
|
List<Tag> |
CreateConnectionRequest.tags()
The tags to apply to the resource during creation.
|
List<Tag> |
CreateGlobalNetworkRequest.tags()
The tags to apply to the resource during creation.
|
List<Tag> |
GlobalNetwork.tags()
The tags for the global network.
|
List<Tag> |
TagResourceRequest.tags()
The tags to apply to the specified resource.
|
List<Tag> |
CreateDeviceRequest.tags()
The tags to apply to the resource during creation.
|
List<Tag> |
Connection.tags()
The tags for the connection.
|
List<Tag> |
Device.tags()
The tags for the device.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tagList(Tag... tagList)
The list of tags.
|
CreateSiteRequest.Builder |
CreateSiteRequest.Builder.tags(Tag... tags)
The tags to apply to the resource during creation.
|
Link.Builder |
Link.Builder.tags(Tag... tags)
The tags for the link.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.tags(Tag... tags)
The tags to apply to the resource during creation.
|
Site.Builder |
Site.Builder.tags(Tag... tags)
The tags for the site.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.tags(Tag... tags)
The tags to apply to the resource during creation.
|
CreateGlobalNetworkRequest.Builder |
CreateGlobalNetworkRequest.Builder.tags(Tag... tags)
The tags to apply to the resource during creation.
|
GlobalNetwork.Builder |
GlobalNetwork.Builder.tags(Tag... tags)
The tags for the global network.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags to apply to the specified resource.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.tags(Tag... tags)
The tags to apply to the resource during creation.
|
Connection.Builder |
Connection.Builder.tags(Tag... tags)
The tags for the connection.
|
Device.Builder |
Device.Builder.tags(Tag... tags)
The tags for the device.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tagList(Collection<Tag> tagList)
The list of tags.
|
CreateSiteRequest.Builder |
CreateSiteRequest.Builder.tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
Link.Builder |
Link.Builder.tags(Collection<Tag> tags)
The tags for the link.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
Site.Builder |
Site.Builder.tags(Collection<Tag> tags)
The tags for the site.
|
CreateConnectionRequest.Builder |
CreateConnectionRequest.Builder.tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
CreateGlobalNetworkRequest.Builder |
CreateGlobalNetworkRequest.Builder.tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
GlobalNetwork.Builder |
GlobalNetwork.Builder.tags(Collection<Tag> tags)
The tags for the global network.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to apply to the specified resource.
|
CreateDeviceRequest.Builder |
CreateDeviceRequest.Builder.tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
Connection.Builder |
Connection.Builder.tags(Collection<Tag> tags)
The tags for the connection.
|
Device.Builder |
Device.Builder.tags(Collection<Tag> tags)
The tags for the device.
|
Copyright © 2021. All rights reserved.