| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key, or name, attached to the tag.
|
Tag |
Tag.withValue(String value)
The string value attached to the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
A list of one or more tag key and value pairs.
|
List<Tag> |
CreateResourceShareRequest.getTags()
Specifies one or more tags to attach to the resource share itself.
|
List<Tag> |
ResourceShare.getTags()
The tag key and value pairs attached to the resource share.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of one or more tag key and value pairs.
|
CreateResourceShareRequest |
CreateResourceShareRequest.withTags(Tag... tags)
Specifies one or more tags to attach to the resource share itself.
|
ResourceShare |
ResourceShare.withTags(Tag... tags)
The tag key and value pairs attached to the resource share.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of one or more tag key and value pairs.
|
void |
CreateResourceShareRequest.setTags(Collection<Tag> tags)
Specifies one or more tags to attach to the resource share itself.
|
void |
ResourceShare.setTags(Collection<Tag> tags)
The tag key and value pairs attached to the resource share.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of one or more tag key and value pairs.
|
CreateResourceShareRequest |
CreateResourceShareRequest.withTags(Collection<Tag> tags)
Specifies one or more tags to attach to the resource share itself.
|
ResourceShare |
ResourceShare.withTags(Collection<Tag> tags)
The tag key and value pairs attached to the resource share.
|
Copyright © 2023. All rights reserved.