| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key identifier, or name, of the tag.
|
Tag |
Tag.withValue(String value)
The string value that's associated with the key of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
A list of tags to add to the specified resource.
|
List<Tag> |
PutResourcePolicyRequest.getTags()
A list of tags that you want to attach to the newly created resource policy.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags that are assigned to the resource.
|
List<Tag> |
InviteAccountToOrganizationRequest.getTags()
A list of tags that you want to attach to the account when it becomes a member of the organization.
|
List<Tag> |
CreatePolicyRequest.getTags()
A list of tags that you want to attach to the newly created policy.
|
List<Tag> |
CreateGovCloudAccountRequest.getTags()
A list of tags that you want to attach to the newly created account.
|
List<Tag> |
CreateAccountRequest.getTags()
A list of tags that you want to attach to the newly created account.
|
List<Tag> |
CreateOrganizationalUnitRequest.getTags()
A list of tags that you want to attach to the newly created OU.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tags to add to the specified resource.
|
PutResourcePolicyRequest |
PutResourcePolicyRequest.withTags(Tag... tags)
A list of tags that you want to attach to the newly created resource policy.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags that are assigned to the resource.
|
InviteAccountToOrganizationRequest |
InviteAccountToOrganizationRequest.withTags(Tag... tags)
A list of tags that you want to attach to the account when it becomes a member of the organization.
|
CreatePolicyRequest |
CreatePolicyRequest.withTags(Tag... tags)
A list of tags that you want to attach to the newly created policy.
|
CreateGovCloudAccountRequest |
CreateGovCloudAccountRequest.withTags(Tag... tags)
A list of tags that you want to attach to the newly created account.
|
CreateAccountRequest |
CreateAccountRequest.withTags(Tag... tags)
A list of tags that you want to attach to the newly created account.
|
CreateOrganizationalUnitRequest |
CreateOrganizationalUnitRequest.withTags(Tag... tags)
A list of tags that you want to attach to the newly created OU.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tags to add to the specified resource.
|
void |
PutResourcePolicyRequest.setTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created resource policy.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags that are assigned to the resource.
|
void |
InviteAccountToOrganizationRequest.setTags(Collection<Tag> tags)
A list of tags that you want to attach to the account when it becomes a member of the organization.
|
void |
CreatePolicyRequest.setTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created policy.
|
void |
CreateGovCloudAccountRequest.setTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created account.
|
void |
CreateAccountRequest.setTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created account.
|
void |
CreateOrganizationalUnitRequest.setTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created OU.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tags to add to the specified resource.
|
PutResourcePolicyRequest |
PutResourcePolicyRequest.withTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created resource policy.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags that are assigned to the resource.
|
InviteAccountToOrganizationRequest |
InviteAccountToOrganizationRequest.withTags(Collection<Tag> tags)
A list of tags that you want to attach to the account when it becomes a member of the organization.
|
CreatePolicyRequest |
CreatePolicyRequest.withTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created policy.
|
CreateGovCloudAccountRequest |
CreateGovCloudAccountRequest.withTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created account.
|
CreateAccountRequest |
CreateAccountRequest.withTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created account.
|
CreateOrganizationalUnitRequest |
CreateOrganizationalUnitRequest.withTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created OU.
|
Copyright © 2025. All rights reserved.