| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model | |
| software.amazon.awssdk.services.organizations.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
PutResourcePolicyRequest.tags()
A list of tags that you want to attach to the newly created resource policy.
|
List<Tag> |
ListTagsForResourceResponse.tags()
The tags that are assigned to the resource.
|
List<Tag> |
CreateAccountRequest.tags()
A list of tags that you want to attach to the newly created account.
|
List<Tag> |
CreateGovCloudAccountRequest.tags()
A list of tags that you want to attach to the newly created account.
|
List<Tag> |
CreatePolicyRequest.tags()
A list of tags that you want to attach to the newly created policy.
|
List<Tag> |
InviteAccountToOrganizationRequest.tags()
A list of tags that you want to attach to the account when it becomes a member of the organization.
|
List<Tag> |
CreateOrganizationalUnitRequest.tags()
A list of tags that you want to attach to the newly created OU.
|
List<Tag> |
TagResourceRequest.tags()
A list of tags to add to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
PutResourcePolicyRequest.Builder |
PutResourcePolicyRequest.Builder.tags(Tag... tags)
A list of tags that you want to attach to the newly created resource policy.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
The tags that are assigned to the resource.
|
CreateAccountRequest.Builder |
CreateAccountRequest.Builder.tags(Tag... tags)
A list of tags that you want to attach to the newly created account.
|
CreateGovCloudAccountRequest.Builder |
CreateGovCloudAccountRequest.Builder.tags(Tag... tags)
A list of tags that you want to attach to the newly created account.
|
CreatePolicyRequest.Builder |
CreatePolicyRequest.Builder.tags(Tag... tags)
A list of tags that you want to attach to the newly created policy.
|
InviteAccountToOrganizationRequest.Builder |
InviteAccountToOrganizationRequest.Builder.tags(Tag... tags)
A list of tags that you want to attach to the account when it becomes a member of the organization.
|
CreateOrganizationalUnitRequest.Builder |
CreateOrganizationalUnitRequest.Builder.tags(Tag... tags)
A list of tags that you want to attach to the newly created OU.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of tags to add to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
PutResourcePolicyRequest.Builder |
PutResourcePolicyRequest.Builder.tags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created resource policy.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
The tags that are assigned to the resource.
|
CreateAccountRequest.Builder |
CreateAccountRequest.Builder.tags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created account.
|
CreateGovCloudAccountRequest.Builder |
CreateGovCloudAccountRequest.Builder.tags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created account.
|
CreatePolicyRequest.Builder |
CreatePolicyRequest.Builder.tags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created policy.
|
InviteAccountToOrganizationRequest.Builder |
InviteAccountToOrganizationRequest.Builder.tags(Collection<Tag> tags)
A list of tags that you want to attach to the account when it becomes a member of the organization.
|
CreateOrganizationalUnitRequest.Builder |
CreateOrganizationalUnitRequest.Builder.tags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created OU.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of tags to add to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Tag> |
ListTagsForResourceIterable.tags()
Returns an iterable to iterate through the paginated
ListTagsForResourceResponse.tags() member. |
SdkPublisher<Tag> |
ListTagsForResourcePublisher.tags()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.