Uses of Interface
software.amazon.awssdk.services.sesv2.model.TagResourceRequest.Builder
Packages that use TagResourceRequest.Builder
Package
Description
-
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type TagResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<TagResourceResponse>SesV2AsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Add one or more tags (keys and values) to a specified resource.default TagResourceResponseSesV2Client.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Add one or more tags (keys and values) to a specified resource. -
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return TagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic TagResourceRequest.BuilderTagResourceRequest.builder()TagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) TagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) TagResourceRequest.Builder.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the resource that you want to add one or more tags to.TagResourceRequest.Builder.tags(Collection<Tag> tags) A list of the tags that you want to add to the resource.TagResourceRequest.Builder.tags(Consumer<Tag.Builder>... tags) A list of the tags that you want to add to the resource.A list of the tags that you want to add to the resource.TagResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type TagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TagResourceRequest.Builder>TagResourceRequest.serializableBuilderClass()