Uses of Interface
software.amazon.awssdk.services.eventbridge.model.TagResourceRequest.Builder
Packages that use TagResourceRequest.Builder
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.eventbridge
Method parameters in software.amazon.awssdk.services.eventbridge with type arguments of type TagResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<TagResourceResponse>EventBridgeAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns one or more tags (key-value pairs) to the specified EventBridge resource.default TagResourceResponseEventBridgeClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns one or more tags (key-value pairs) to the specified EventBridge resource. -
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.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 ARN of the EventBridge resource that you're adding tags to.TagResourceRequest.Builder.tags(Collection<Tag> tags) The list of key-value pairs to associate with the resource.TagResourceRequest.Builder.tags(Consumer<Tag.Builder>... tags) The list of key-value pairs to associate with the resource.The list of key-value pairs to associate with the resource.TagResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type TagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TagResourceRequest.Builder>TagResourceRequest.serializableBuilderClass()