Uses of Class
software.amazon.awssdk.services.inspector.model.SetTagsForResourceResponse
-
Packages that use SetTagsForResourceResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of SetTagsForResourceResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return SetTagsForResourceResponse Modifier and Type Method Description default SetTagsForResourceResponseInspectorClient. setTagsForResource(Consumer<SetTagsForResourceRequest.Builder> setTagsForResourceRequest)Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.default SetTagsForResourceResponseInspectorClient. setTagsForResource(SetTagsForResourceRequest setTagsForResourceRequest)Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type SetTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<SetTagsForResourceResponse>InspectorAsyncClient. setTagsForResource(Consumer<SetTagsForResourceRequest.Builder> setTagsForResourceRequest)Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.default CompletableFuture<SetTagsForResourceResponse>InspectorAsyncClient. setTagsForResource(SetTagsForResourceRequest setTagsForResourceRequest)Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.
-