Uses of Class
software.amazon.awssdk.services.wafv2.model.PutManagedRuleSetVersionsResponse
-
Packages that use PutManagedRuleSetVersionsResponse Package Description software.amazon.awssdk.services.wafv2 WAF -
-
Uses of PutManagedRuleSetVersionsResponse in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 that return PutManagedRuleSetVersionsResponse Modifier and Type Method Description default PutManagedRuleSetVersionsResponseWafv2Client. putManagedRuleSetVersions(Consumer<PutManagedRuleSetVersionsRequest.Builder> putManagedRuleSetVersionsRequest)Defines the versions of your managed rule set that you are offering to the customers.default PutManagedRuleSetVersionsResponseWafv2Client. putManagedRuleSetVersions(PutManagedRuleSetVersionsRequest putManagedRuleSetVersionsRequest)Defines the versions of your managed rule set that you are offering to the customers.Methods in software.amazon.awssdk.services.wafv2 that return types with arguments of type PutManagedRuleSetVersionsResponse Modifier and Type Method Description default CompletableFuture<PutManagedRuleSetVersionsResponse>Wafv2AsyncClient. putManagedRuleSetVersions(Consumer<PutManagedRuleSetVersionsRequest.Builder> putManagedRuleSetVersionsRequest)Defines the versions of your managed rule set that you are offering to the customers.default CompletableFuture<PutManagedRuleSetVersionsResponse>Wafv2AsyncClient. putManagedRuleSetVersions(PutManagedRuleSetVersionsRequest putManagedRuleSetVersionsRequest)Defines the versions of your managed rule set that you are offering to the customers.
-