Uses of Class
software.amazon.awssdk.services.inspector2.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.inspector2 Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseInspector2Client. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to a resource.default TagResourceResponseInspector2Client. tagResource(TagResourceRequest tagResourceRequest)Adds tags to a resource.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>Inspector2AsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags to a resource.default CompletableFuture<TagResourceResponse>Inspector2AsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags to a resource.
-