| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations |
Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an
organization and centrally manage your accounts and their resources.
|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
default TagResourceResponse |
OrganizationsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags to the specified resource.
|
default CompletableFuture<TagResourceResponse> |
OrganizationsAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags to the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
static TagResourceRequest.Builder |
TagResourceRequest.builder() |
TagResourceRequest.Builder |
TagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagResourceRequest.Builder |
TagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagResourceRequest.Builder |
TagResourceRequest.Builder.resourceId(String resourceId)
The ID of the resource to add a tag to.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of tags to add to the specified resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags to add to the specified resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of tags to add to the specified resource.
|
TagResourceRequest.Builder |
TagResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagResourceRequest.Builder> |
TagResourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.