Uses of Interface
software.amazon.awssdk.services.organizations.model.TagResourceRequest.Builder
-
Packages that use TagResourceRequest.Builder 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 -
-
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type TagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<TagResourceResponse>OrganizationsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to the specified resource.default TagResourceResponseOrganizationsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to the specified resource. -
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return TagResourceRequest.Builder Modifier and Type Method Description static TagResourceRequest.BuilderTagResourceRequest. builder()TagResourceRequest.BuilderTagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TagResourceRequest.BuilderTagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TagResourceRequest.BuilderTagResourceRequest.Builder. resourceId(String resourceId)The ID of the resource to add a tag to.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tags to add to the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of tags to add to the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tags to add to the specified resource.TagResourceRequest.BuilderTagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type TagResourceRequest.Builder Modifier and Type Method Description static Class<? extends TagResourceRequest.Builder>TagResourceRequest. serializableBuilderClass()
-