Uses of Class
software.amazon.awssdk.services.outposts.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.outposts 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 TagResourceResponse Modifier and Type Method Description default 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 TagResourceResponse Modifier and Type Method Description default 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.
-