| Package | Description |
|---|---|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateResourceShareRequest.getTags()
One or more tags.
|
List<Tag> |
TagResourceRequest.getTags()
One or more tags.
|
List<Tag> |
ResourceShare.getTags()
The tags for the resource share.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResourceShareRequest |
CreateResourceShareRequest.withTags(Tag... tags)
One or more tags.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
One or more tags.
|
ResourceShare |
ResourceShare.withTags(Tag... tags)
The tags for the resource share.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateResourceShareRequest.setTags(Collection<Tag> tags)
One or more tags.
|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
One or more tags.
|
void |
ResourceShare.setTags(Collection<Tag> tags)
The tags for the resource share.
|
CreateResourceShareRequest |
CreateResourceShareRequest.withTags(Collection<Tag> tags)
One or more tags.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
One or more tags.
|
ResourceShare |
ResourceShare.withTags(Collection<Tag> tags)
The tags for the resource share.
|
Copyright © 2021. All rights reserved.