Uses of Class
software.amazon.awssdk.services.wafv2.model.DeletePermissionPolicyRequest
-
Packages that use DeletePermissionPolicyRequest Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.transform -
-
Uses of DeletePermissionPolicyRequest in software.amazon.awssdk.services.wafv2
Methods in software.amazon.awssdk.services.wafv2 with parameters of type DeletePermissionPolicyRequest Modifier and Type Method Description default CompletableFuture<DeletePermissionPolicyResponse>Wafv2AsyncClient. deletePermissionPolicy(DeletePermissionPolicyRequest deletePermissionPolicyRequest)Permanently deletes an IAM policy from the specified rule group.default DeletePermissionPolicyResponseWafv2Client. deletePermissionPolicy(DeletePermissionPolicyRequest deletePermissionPolicyRequest)Permanently deletes an IAM policy from the specified rule group. -
Uses of DeletePermissionPolicyRequest in software.amazon.awssdk.services.wafv2.transform
Methods in software.amazon.awssdk.services.wafv2.transform with parameters of type DeletePermissionPolicyRequest Modifier and Type Method Description SdkHttpFullRequestDeletePermissionPolicyRequestMarshaller. marshall(DeletePermissionPolicyRequest deletePermissionPolicyRequest)
-