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