| 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 UntagResourceResponse |
OrganizationsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes any tags with the specified keys from the specified resource.
|
default CompletableFuture<UntagResourceResponse> |
OrganizationsAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes any tags with the specified keys from the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
static UntagResourceRequest.Builder |
UntagResourceRequest.builder() |
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.resourceId(String resourceId)
The ID of the resource to remove a tag from.
|
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.tagKeys(Collection<String> tagKeys)
The list of keys for tags to remove from the specified resource.
|
UntagResourceRequest.Builder |
UntagResourceRequest.Builder.tagKeys(String... tagKeys)
The list of keys for tags to remove from the specified resource.
|
UntagResourceRequest.Builder |
UntagResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UntagResourceRequest.Builder> |
UntagResourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.