Uses of Class
software.amazon.awssdk.services.securityhub.model.UpdateAutomationRulesRequestItem
-
Packages that use UpdateAutomationRulesRequestItem Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of UpdateAutomationRulesRequestItem in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type UpdateAutomationRulesRequestItem Modifier and Type Method Description List<UpdateAutomationRulesRequestItem>BatchUpdateAutomationRulesRequest. updateAutomationRulesRequestItems()An array of ARNs for the rules that are to be updated.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type UpdateAutomationRulesRequestItem Modifier and Type Method Description BatchUpdateAutomationRulesRequest.BuilderBatchUpdateAutomationRulesRequest.Builder. updateAutomationRulesRequestItems(UpdateAutomationRulesRequestItem... updateAutomationRulesRequestItems)An array of ARNs for the rules that are to be updated.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type UpdateAutomationRulesRequestItem Modifier and Type Method Description BatchUpdateAutomationRulesRequest.BuilderBatchUpdateAutomationRulesRequest.Builder. updateAutomationRulesRequestItems(Collection<UpdateAutomationRulesRequestItem> updateAutomationRulesRequestItems)An array of ARNs for the rules that are to be updated.
-