| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateResourceShareRequest.tags()
Specifies one or more tags to attach to the resource share itself.
|
List<Tag> |
TagResourceRequest.tags()
A list of one or more tag key and value pairs.
|
List<Tag> |
ResourceShare.tags()
The tag key and value pairs attached to the resource share.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResourceShareRequest.Builder |
CreateResourceShareRequest.Builder.tags(Tag... tags)
Specifies one or more tags to attach to the resource share itself.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of one or more tag key and value pairs.
|
ResourceShare.Builder |
ResourceShare.Builder.tags(Tag... tags)
The tag key and value pairs attached to the resource share.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResourceShareRequest.Builder |
CreateResourceShareRequest.Builder.tags(Collection<Tag> tags)
Specifies one or more tags to attach to the resource share itself.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of one or more tag key and value pairs.
|
ResourceShare.Builder |
ResourceShare.Builder.tags(Collection<Tag> tags)
The tag key and value pairs attached to the resource share.
|
Copyright © 2022. All rights reserved.