Uses of Class
software.amazon.awssdk.services.vpclattice.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.vpclattice Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all of your services across multiple accounts and virtual private clouds (VPCs). -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseVpcLatticeClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified resource.default TagResourceResponseVpcLatticeClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>VpcLatticeAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified resource.default CompletableFuture<TagResourceResponse>VpcLatticeAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.
-