Uses of Class
software.amazon.awssdk.services.applicationinsights.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseApplicationInsightsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Add one or more tags (keys and values) to a specified application.default TagResourceResponseApplicationInsightsClient. tagResource(TagResourceRequest tagResourceRequest)Add one or more tags (keys and values) to a specified application.Methods in software.amazon.awssdk.services.applicationinsights that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ApplicationInsightsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Add one or more tags (keys and values) to a specified application.default CompletableFuture<TagResourceResponse>ApplicationInsightsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Add one or more tags (keys and values) to a specified application.
-