Uses of Class
software.amazon.awssdk.services.organizations.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.organizations.model software.amazon.awssdk.services.organizations.paginators -
-
Uses of Tag in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type Tag Modifier and Type Method Description 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>CreateOrganizationalUnitRequest. tags()A list of tags that you want to attach to the newly created OU.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>ListTagsForResourceResponse. tags()The tags that are assigned to the resource.List<Tag>PutResourcePolicyRequest. tags()A list of tags that you want to attach to the newly created resource policy.List<Tag>TagResourceRequest. tags()A list of tags to add to the specified resource.Methods in software.amazon.awssdk.services.organizations.model with parameters of type Tag Modifier and Type Method Description CreateAccountRequest.BuilderCreateAccountRequest.Builder. tags(Tag... tags)A list of tags that you want to attach to the newly created account.CreateGovCloudAccountRequest.BuilderCreateGovCloudAccountRequest.Builder. tags(Tag... tags)A list of tags that you want to attach to the newly created account.CreateOrganizationalUnitRequest.BuilderCreateOrganizationalUnitRequest.Builder. tags(Tag... tags)A list of tags that you want to attach to the newly created OU.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. tags(Tag... tags)A list of tags that you want to attach to the newly created policy.InviteAccountToOrganizationRequest.BuilderInviteAccountToOrganizationRequest.Builder. tags(Tag... tags)A list of tags that you want to attach to the account when it becomes a member of the organization.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags that are assigned to the resource.PutResourcePolicyRequest.BuilderPutResourcePolicyRequest.Builder. tags(Tag... tags)A list of tags that you want to attach to the newly created resource policy.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tags to add to the specified resource.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type Tag Modifier and Type Method Description CreateAccountRequest.BuilderCreateAccountRequest.Builder. tags(Collection<Tag> tags)A list of tags that you want to attach to the newly created account.CreateGovCloudAccountRequest.BuilderCreateGovCloudAccountRequest.Builder. tags(Collection<Tag> tags)A list of tags that you want to attach to the newly created account.CreateOrganizationalUnitRequest.BuilderCreateOrganizationalUnitRequest.Builder. tags(Collection<Tag> tags)A list of tags that you want to attach to the newly created OU.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. tags(Collection<Tag> tags)A list of tags that you want to attach to the newly created policy.InviteAccountToOrganizationRequest.BuilderInviteAccountToOrganizationRequest.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.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags that are assigned to the resource.PutResourcePolicyRequest.BuilderPutResourcePolicyRequest.Builder. tags(Collection<Tag> tags)A list of tags that you want to attach to the newly created resource policy.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tags to add to the specified resource. -
Uses of Tag in software.amazon.awssdk.services.organizations.paginators
Methods in software.amazon.awssdk.services.organizations.paginators that return types with arguments of type Tag Modifier and Type Method Description SdkIterable<Tag>ListTagsForResourceIterable. tags()Returns an iterable to iterate through the paginatedListTagsForResourceResponse.tags()member.SdkPublisher<Tag>ListTagsForResourcePublisher. tags()Returns a publisher that can be used to get a stream of data.
-