Uses of Class
software.amazon.awssdk.services.securityir.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.securityir This guide provides documents the action and response elements for customer use of the service. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.securityir
Methods in software.amazon.awssdk.services.securityir that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSecurityIrClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Grants permission to add a tag(s) to a designated resource.default TagResourceResponseSecurityIrClient. tagResource(TagResourceRequest tagResourceRequest)Grants permission to add a tag(s) to a designated resource.Methods in software.amazon.awssdk.services.securityir that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>SecurityIrAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Grants permission to add a tag(s) to a designated resource.default CompletableFuture<TagResourceResponse>SecurityIrAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Grants permission to add a tag(s) to a designated resource.
-