Uses of Class
software.amazon.awssdk.services.organizations.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseOrganizationsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to the specified resource.default TagResourceResponseOrganizationsClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to the specified resource.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>OrganizationsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to the specified resource.default CompletableFuture<TagResourceResponse>OrganizationsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to the specified resource.
-