Uses of Class
software.amazon.awssdk.services.appmesh.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.appmesh App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control microservices. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.appmesh
Methods in software.amazon.awssdk.services.appmesh that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseAppMeshClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.default TagResourceResponseAppMeshClient. tagResource(TagResourceRequest tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.Methods in software.amazon.awssdk.services.appmesh that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>AppMeshAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.default CompletableFuture<TagResourceResponse>AppMeshAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates the specified tags to a resource with the specifiedresourceArn.
-