Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.codegurusecurity -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.codegurusecurity
Methods in software.amazon.awssdk.services.codegurusecurity that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseCodeGuruSecurityClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Use to add one or more tags to an existing scan.default TagResourceResponseCodeGuruSecurityClient. tagResource(TagResourceRequest tagResourceRequest)Use to add one or more tags to an existing scan.Methods in software.amazon.awssdk.services.codegurusecurity that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CodeGuruSecurityAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Use to add one or more tags to an existing scan.default CompletableFuture<TagResourceResponse>CodeGuruSecurityAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Use to add one or more tags to an existing scan.
-