| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh |
AWS App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control microservices.
|
| Modifier and Type | Method and Description |
|---|---|
default TagResourceResponse |
AppMeshClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default TagResourceResponse |
AppMeshClient.tagResource(TagResourceRequest tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TagResourceResponse> |
AppMeshAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default CompletableFuture<TagResourceResponse> |
AppMeshAsyncClient.tagResource(TagResourceRequest tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
Copyright © 2021. All rights reserved.