| Package | Description |
|---|---|
| com.amazonaws.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
A string that contains a
Tag key. |
Tag |
Tag.withValue(String value)
A string that contains a
Tag value. |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateCustomRoutingAcceleratorRequest.getTags()
Create tags for an accelerator.
|
List<Tag> |
CreateAcceleratorRequest.getTags()
Create tags for an accelerator.
|
List<Tag> |
TagResourceRequest.getTags()
The tags to add to a resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
Root level tag for the Tags parameters.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomRoutingAcceleratorRequest |
CreateCustomRoutingAcceleratorRequest.withTags(Tag... tags)
Create tags for an accelerator.
|
CreateAcceleratorRequest |
CreateAcceleratorRequest.withTags(Tag... tags)
Create tags for an accelerator.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to add to a resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
Root level tag for the Tags parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCustomRoutingAcceleratorRequest.setTags(Collection<Tag> tags)
Create tags for an accelerator.
|
void |
CreateAcceleratorRequest.setTags(Collection<Tag> tags)
Create tags for an accelerator.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags to add to a resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
Root level tag for the Tags parameters.
|
CreateCustomRoutingAcceleratorRequest |
CreateCustomRoutingAcceleratorRequest.withTags(Collection<Tag> tags)
Create tags for an accelerator.
|
CreateAcceleratorRequest |
CreateAcceleratorRequest.withTags(Collection<Tag> tags)
Create tags for an accelerator.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to add to a resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
Root level tag for the Tags parameters.
|
Copyright © 2022. All rights reserved.