Uses of Class
software.amazon.awssdk.services.organizations.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseOrganizationsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes any tags with the specified keys from the specified resource.default UntagResourceResponseOrganizationsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes any tags with the specified keys from the specified resource.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>OrganizationsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes any tags with the specified keys from the specified resource.default CompletableFuture<UntagResourceResponse>OrganizationsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes any tags with the specified keys from the specified resource.
-