Uses of Class
software.amazon.awssdk.services.outposts.model.TagResourceResponse
Packages that use TagResourceResponse
Package
Description
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
-
Uses of TagResourceResponse in software.amazon.awssdk.services.outposts
Methods in software.amazon.awssdk.services.outposts that return TagResourceResponseModifier and TypeMethodDescriptiondefault TagResourceResponseOutpostsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Adds tags to the specified resource.default TagResourceResponseOutpostsClient.tagResource(TagResourceRequest tagResourceRequest) Adds tags to the specified resource.Methods in software.amazon.awssdk.services.outposts that return types with arguments of type TagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<TagResourceResponse>OutpostsAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Adds tags to the specified resource.default CompletableFuture<TagResourceResponse>OutpostsAsyncClient.tagResource(TagResourceRequest tagResourceRequest) Adds tags to the specified resource.