Uses of Class
software.amazon.awssdk.services.applicationinsights.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ApplicationInsightsAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.applicationinsights.transform
Methods in software.amazon.awssdk.services.applicationinsights.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-